Commit 08765471 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/sdl_sound: add --enable/disable-ogg

parent 91861878
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)