Commit 1fc8d698 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gst-plugin-bad: add musepack option

parent 259f0ed4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+7 −0
Original line number Diff line number Diff line
@@ -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