Loading package/multimedia/gst-plugins-bad/Config.in +4 −0 Original line number Diff line number Diff line Loading @@ -277,6 +277,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NEON bool "neon" select BR2_PACKAGE_NEON config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS bool "opus" select BR2_PACKAGE_OPUS config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG bool "rsvg" depends on BR2_PACKAGE_LIBGTK2 Loading package/multimedia/gst-plugins-bad/gst-plugins-bad.mk +7 −0 Original line number Diff line number Diff line Loading @@ -528,6 +528,13 @@ else GST_PLUGINS_BAD_CONF_OPT += --disable-neon endif ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS),y) GST_PLUGINS_BAD_CONF_OPT += --enable-opus GST_PLUGINS_BAD_DEPENDENCIES += opus else GST_PLUGINS_BAD_CONF_OPT += --disable-opus endif ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG),y) GST_PLUGINS_BAD_CONF_OPT += --enable-rsvg GST_PLUGINS_BAD_DEPENDENCIES += librsvg Loading Loading
package/multimedia/gst-plugins-bad/Config.in +4 −0 Original line number Diff line number Diff line Loading @@ -277,6 +277,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NEON bool "neon" select BR2_PACKAGE_NEON config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS bool "opus" select BR2_PACKAGE_OPUS config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG bool "rsvg" depends on BR2_PACKAGE_LIBGTK2 Loading
package/multimedia/gst-plugins-bad/gst-plugins-bad.mk +7 −0 Original line number Diff line number Diff line Loading @@ -528,6 +528,13 @@ else GST_PLUGINS_BAD_CONF_OPT += --disable-neon endif ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS),y) GST_PLUGINS_BAD_CONF_OPT += --enable-opus GST_PLUGINS_BAD_DEPENDENCIES += opus else GST_PLUGINS_BAD_CONF_OPT += --disable-opus endif ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG),y) GST_PLUGINS_BAD_CONF_OPT += --enable-rsvg GST_PLUGINS_BAD_DEPENDENCIES += librsvg Loading