summaryrefslogtreecommitdiff
path: root/package/gstreamer
diff options
context:
space:
mode:
authorJulien Boibessot <julien.boibessot@armadeus.com>2015-02-24 14:48:36 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-25 17:12:52 +0100
commit752dd650b52f85db01d54d3d16b62003b13d953a (patch)
treef0f71b8c1cb386cfaf0cece15770ea0e7a6dff3d /package/gstreamer
parent345f32e67d44368c031777d694c4c75823b41bfd (diff)
package/gstreamer[0/1]: rename BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX config option.
1] BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX is not defined anywhere 2] qtdemux is not a plugin by itself but belongs to isomp4 Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer')
-rw-r--r--package/gstreamer/gst-plugins-good/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gstreamer/gst-plugins-good/Config.in b/package/gstreamer/gst-plugins-good/Config.in
index 3e2582032..35bb69280 100644
--- a/package/gstreamer/gst-plugins-good/Config.in
+++ b/package/gstreamer/gst-plugins-good/Config.in
@@ -27,11 +27,11 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_BZ2
config BR2_PACKAGE_GST_PLUGINS_GOOD_ZLIB
bool "zlib support"
- depends on BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
+ depends on BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ISOMP4 || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
select BR2_PACKAGE_ZLIB
help
Enable zlib support for the following plugins:
- id3demux, qtdemux, matroska
+ id3demux, isomp4, matroska
comment "dependency-less plugins"