summaryrefslogtreecommitdiff
path: root/package/sdl_sound
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-02-21 15:56:50 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-21 18:28:05 +0100
commit3ae2d8b0b84917df9000caeec12d648c46f7c40f (patch)
treebae06d676cab4b9a2249742f583178ba5af4c663 /package/sdl_sound
parent08765471c7579ba4c74be3a475121b7a11d9345e (diff)
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>
Diffstat (limited to 'package/sdl_sound')
-rw-r--r--package/sdl_sound/sdl_sound.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk
index 861c932f7..4fa7d9be0 100644
--- a/package/sdl_sound/sdl_sound.mk
+++ b/package/sdl_sound/sdl_sound.mk
@@ -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 = \