protonscr
1 results, 2 hits for SDL_AUDIO_DRIVER_ALSA_DYNAMIC

[Steam client] full-screen videos play in bottom left of desktop and is confined to size of Steam client window steamclosedreviewedSteam client

#3699 · 195 comments · updated 2020-09-10 · 2 matching
comment by Plagman · 2017-10-13 · view · github
Our 32bit equivalent is this: ``` #define SDL_AUDIO_DRIVER_ALSA 1 #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" #define SDL_AUDIO_DRIVER_PULSEAUDIO 1 #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC ...
comment by ikeydoherty · 2017-10-12 · view · github
... Notably: ``` | #define SDL_AUDIO_DRIVER_ALSA 1 | #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" | #define SDL_AUDIO_DRIVER_PULSEAUDIO 1 | #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0 ...