Loading package/gstreamer1/gst1-plugins-bad/Config.in +4 −0 Original line number Diff line number Diff line Loading @@ -318,6 +318,10 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK bool "apexsink" select BR2_PACKAGE_OPENSSL config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC bool "voaacenc" select BR2_PACKAGE_VO_AACENC config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BZ2 bool "bz2" select BR2_PACKAGE_BZIP2 Loading package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk +7 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ GST1_PLUGINS_BAD_CONF_OPT += \ --disable-uvch264 \ --disable-assrender \ --disable-voamrwbenc \ --disable-voaacenc \ --disable-chromaprint \ --disable-dash \ --disable-dc1394 \ Loading Loading @@ -511,6 +510,13 @@ else GST1_PLUGINS_BAD_CONF_OPT += --disable-apexsink endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC),y) GST1_PLUGINS_BAD_CONF_OPT += --enable-voaacenc GST1_PLUGINS_BAD_DEPENDENCIES += vo-aacenc else GST1_PLUGINS_BAD_CONF_OPT += --disable-voaacenc endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BZ2),y) GST1_PLUGINS_BAD_CONF_OPT += --enable-bz2 GST1_PLUGINS_BAD_DEPENDENCIES += bzip2 Loading Loading
package/gstreamer1/gst1-plugins-bad/Config.in +4 −0 Original line number Diff line number Diff line Loading @@ -318,6 +318,10 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK bool "apexsink" select BR2_PACKAGE_OPENSSL config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC bool "voaacenc" select BR2_PACKAGE_VO_AACENC config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BZ2 bool "bz2" select BR2_PACKAGE_BZIP2 Loading
package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk +7 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ GST1_PLUGINS_BAD_CONF_OPT += \ --disable-uvch264 \ --disable-assrender \ --disable-voamrwbenc \ --disable-voaacenc \ --disable-chromaprint \ --disable-dash \ --disable-dc1394 \ Loading Loading @@ -511,6 +510,13 @@ else GST1_PLUGINS_BAD_CONF_OPT += --disable-apexsink endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC),y) GST1_PLUGINS_BAD_CONF_OPT += --enable-voaacenc GST1_PLUGINS_BAD_DEPENDENCIES += vo-aacenc else GST1_PLUGINS_BAD_CONF_OPT += --disable-voaacenc endif ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BZ2),y) GST1_PLUGINS_BAD_CONF_OPT += --enable-bz2 GST1_PLUGINS_BAD_DEPENDENCIES += bzip2 Loading