gst-plugin-bad: add musepack option
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
259f0ed4fa
commit
1fc8d6986e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user