diff options
Diffstat (limited to 'package/multimedia/gst-plugins-good/Config.in')
-rw-r--r-- | package/multimedia/gst-plugins-good/Config.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in index b43160366..e560ea859 100644 --- a/package/multimedia/gst-plugins-good/Config.in +++ b/package/multimedia/gst-plugins-good/Config.in @@ -36,9 +36,6 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_ZLIB comment "dependency-less plugins" -config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER - bool "videofilter" - config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ALPHA bool "alpha" @@ -76,6 +73,15 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EQUALIZER config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLV bool "flv" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX + bool "flx" + +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM + bool "goom" + +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1 + bool "goom2k1" + config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX bool "id3demux (*.mp3 audio)" @@ -88,15 +94,6 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_INTERLEAVE bool "interleave" -config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX - bool "flx" - -config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM - bool "goom" - -config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1 - bool "goom2k1" - config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW bool "law" @@ -152,6 +149,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOCROP bool "videocrop" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER + bool "videofilter" + config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER bool "videomixer" |