Accepting request 914222 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/914222 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=185
This commit is contained in:
commit
41ef01b526
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 25 10:45:32 CEST 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop SDL_AUDIODRIVER override, as SDL already prefers PA as
|
||||||
|
default; this also fixes the recent breakage with SDL2 (bsc#1189778)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 3 20:50:50 UTC 2021 - Ondrej Holecek <oholecek@suse.com>
|
Tue Aug 3 20:50:50 UTC 2021 - Ondrej Holecek <oholecek@suse.com>
|
||||||
|
|
||||||
|
@ -153,8 +153,13 @@ enable_oss() {
|
|||||||
|
|
||||||
enable_sdl() {
|
enable_sdl() {
|
||||||
echo "Enabling PulseAudio for SDL..."
|
echo "Enabling PulseAudio for SDL..."
|
||||||
# For SDL, we just add an environment variable, so that apps use the PA audio driver
|
# We don't need the audio driver override for SDL; SDL prefers already
|
||||||
set_variable SDL_AUDIODRIVER pulse
|
# pulseaudio as default (bsc#1189778)
|
||||||
|
delete_variable SDL_AUDIODRIVER
|
||||||
|
|
||||||
|
# Alternatively, we may set "pulseaudio" explicitly, which should be
|
||||||
|
# applicable both for SDL-1.2 and SDL-2
|
||||||
|
# set_variable SDL_AUDIODRIVER pulseaudio
|
||||||
}
|
}
|
||||||
|
|
||||||
enable_timidity() {
|
enable_timidity() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user