mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
mpg123: make use of virtual/libsdl2
Fix to ensure it would work with both libsdl2 and libsdl2-compat (From OE-Core rev: 587ccc776e1571f7cccf03104088ecc1e7becf5c) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c4af26f889
commit
9737076e33
@@ -28,7 +28,7 @@ PACKAGECONFIG[jack] = ",,jack"
|
||||
PACKAGECONFIG[openal] = ",,openal-soft"
|
||||
PACKAGECONFIG[portaudio] = ",,portaudio-v19"
|
||||
PACKAGECONFIG[pulseaudio] = "--with-default-audio=pulse,,pulseaudio"
|
||||
PACKAGECONFIG[sdl] = ",,libsdl2"
|
||||
PACKAGECONFIG[sdl] = ",,virtual/libsdl2"
|
||||
|
||||
# Following are possible sound output modules:
|
||||
# alsa arts coreaudio dummy esd jack nas openal os2 oss portaudio pulse sdl sndio sun tinyalsa win32 win32_wasapi
|
||||
|
||||
Reference in New Issue
Block a user