mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/sdl_sound: add --enable/disable-speex
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:
committed by
Thomas Petazzoni
parent
08765471c7
commit
3ae2d8b0b8
@@ -39,7 +39,10 @@ SDL_SOUND_CONF_OPTS += --disable-ogg
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX),y)
|
||||
SDL_SOUND_CONF_OPTS += --enable-speex
|
||||
SDL_SOUND_DEPENDENCIES += speex
|
||||
else
|
||||
SDL_SOUND_CONF_OPTS += --disable-speex
|
||||
endif
|
||||
|
||||
SDL_SOUND_CONF_OPTS = \
|
||||
|
||||
Reference in New Issue
Block a user