mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00: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[openal] = ",,openal-soft"
|
||||||
PACKAGECONFIG[portaudio] = ",,portaudio-v19"
|
PACKAGECONFIG[portaudio] = ",,portaudio-v19"
|
||||||
PACKAGECONFIG[pulseaudio] = "--with-default-audio=pulse,,pulseaudio"
|
PACKAGECONFIG[pulseaudio] = "--with-default-audio=pulse,,pulseaudio"
|
||||||
PACKAGECONFIG[sdl] = ",,libsdl2"
|
PACKAGECONFIG[sdl] = ",,virtual/libsdl2"
|
||||||
|
|
||||||
# Following are possible sound output modules:
|
# 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
|
# 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