package/sdl_sound: add --enable/disable-ogg
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
91861878bf
commit
08765471c7
@ -32,7 +32,10 @@ SDL_SOUND_CONF_OPTS += --disable-modplug
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
|
||||
SDL_SOUND_CONF_OPTS += --enable-ogg
|
||||
SDL_SOUND_DEPENDENCIES += libvorbis
|
||||
else
|
||||
SDL_SOUND_CONF_OPTS += --disable-ogg
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX),y)
|
||||
|
Loading…
Reference in New Issue
Block a user