Loading package/multimedia/gst-plugins-bad/Config.in +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading package/multimedia/gst-plugins-bad/gst-plugins-bad.mk +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
package/multimedia/gst-plugins-bad/Config.in +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
package/multimedia/gst-plugins-bad/gst-plugins-bad.mk +7 −0 Original line number Diff line number Diff line Loading @@ -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