Import buildroot 2016.02
This commit is contained in:
@@ -17,16 +17,32 @@ SDL_SOUND_DEPENDENCIES += libiconv
|
||||
endif
|
||||
|
||||
# optional dependencies
|
||||
ifeq ($(BR2_PACKAGE_FLAC),y)
|
||||
SDL_SOUND_DEPENDENCIES += flac # is only used if ogg is also enabled
|
||||
ifeq ($(BR2_PACKAGE_FLAC)$(BR2_PACKAGE_LIBOGG),yy)
|
||||
SDL_SOUND_CONF_OPTS += --enable-flac
|
||||
SDL_SOUND_DEPENDENCIES += flac libogg
|
||||
else
|
||||
SDL_SOUND_CONF_OPTS += --disable-flac
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMODPLUG),y)
|
||||
SDL_SOUND_CONF_OPTS += --enable-modplug
|
||||
SDL_SOUND_DEPENDENCIES += libmodplug
|
||||
else
|
||||
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)
|
||||
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