diff --git a/Config.in.legacy b/Config.in.legacy index bb12d7b57f..34bdaf0f81 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -145,6 +145,14 @@ endif ############################################################################### comment "Legacy options removed in 2016.08" +config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIVEADDER + bool "gst1-plugins-bad liveadder plugin removed" + select BR2_LEGACY + select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOMIXER + help + The functionality of the liveadder plugin of the + gst1-plugins-bad package has been merged into audiomixer. + config BR2_PACKAGE_LIBFSLVPUWRAP bool "libfslvpuwrap has been renamed to imx-vpuwrap" select BR2_LEGACY diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index 046c2aabd2..0f9fb154dc 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -312,11 +312,6 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBRFB help Connects to a VNC server and decodes RFB stream -config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIVEADDER - bool "liveadder" - help - Adds multiple live discontinuous streams - config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MIDI bool "midi" help diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk index 271569ed2d..8f739ecbdc 100644 --- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk +++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk @@ -17,9 +17,7 @@ GST1_PLUGINS_BAD_CONF_OPTS = \ --disable-examples \ --disable-valgrind \ --disable-directsound \ - --disable-wsapi \ --disable-direct3d \ - --disable-direct3d9 \ --disable-winks \ --disable-android_media \ --disable-apple_media \ @@ -35,7 +33,6 @@ GST1_PLUGINS_BAD_CONF_OPTS += \ --disable-voamrwbenc \ --disable-bs2b \ --disable-chromaprint \ - --disable-dash \ --disable-dc1394 \ --disable-dts \ --disable-resindvd \ @@ -47,7 +44,7 @@ GST1_PLUGINS_BAD_CONF_OPTS += \ --disable-ladspa \ --disable-lv2 \ --disable-libde265 \ - --disable-strp \ + --disable-srtp \ --disable-linsys \ --disable-modplug \ --disable-mimic \ @@ -69,11 +66,8 @@ GST1_PLUGINS_BAD_CONF_OPTS += \ --disable-vdpau \ --disable-schro \ --disable-zbar \ - --disable-rtmp \ --disable-spandsp \ - --disable-gsettings \ --disable-sndio \ - --disable-hls \ --disable-gtk3 \ --disable-qt @@ -376,12 +370,6 @@ else GST1_PLUGINS_BAD_CONF_OPTS += --disable-librfb endif -ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIVEADDER),y) -GST1_PLUGINS_BAD_CONF_OPTS += --enable-liveadder -else -GST1_PLUGINS_BAD_CONF_OPTS += --disable-liveadder -endif - ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MIDI),y) GST1_PLUGINS_BAD_CONF_OPTS += --enable-midi else