package/sdl_sound: add --enable/disable-speex
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 21 Feb 2016 14:56:50 +0000 (15:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 17:28:05 +0000 (18:28 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sdl_sound/sdl_sound.mk

index 861c932f73032fe1c503e31eec76ad70ea9b0561..4fa7d9be0a744b9d1883cc9f101540f600453802 100644 (file)
@@ -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 = \