gst-plugin-bad: add musepack option

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-09-12 11:49:01 +02:00
parent 259f0ed4fa
commit 1fc8d6986e
2 changed files with 11 additions and 0 deletions

View File

@ -273,6 +273,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIBMMS
bool "libmms"
select BR2_PACKAGE_LIBMMS
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MUSEPACK
bool "musepack"
select BR2_PACKAGE_MUSEPACK
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NEON
bool "neon"
select BR2_PACKAGE_NEON

View File

@ -521,6 +521,13 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-libmms
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MUSEPACK),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-musepack
GST_PLUGINS_BAD_DEPENDENCIES += musepack
else
GST_PLUGINS_BAD_CONF_OPT += --disable-musepack
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NEON),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-neon
GST_PLUGINS_BAD_DEPENDENCIES += neon