summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-02-26 08:05:14 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-02-26 08:05:14 +0000
commitf12e7def7c93bd76090d876a28d6350c98c747bb (patch)
tree38cd2389d94a6e90914c665575fc1c1e5ae5c3f3
parentf0af25f5811ed4ef865dc4fa486b21a98d22e1b5 (diff)
downloadbuildroot-novena-f12e7def7c93bd76090d876a28d6350c98c747bb.tar.gz
buildroot-novena-f12e7def7c93bd76090d876a28d6350c98c747bb.zip
gst-plugins-good: remove dependencies for matroska plugin
This was forgotten when adding config options for zlib and bzip2. The matroska plugin doesn't need these dependencies, they are optional. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
-rw-r--r--package/multimedia/gst-plugins-good/gst-plugins-good.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/multimedia/gst-plugins-good/gst-plugins-good.mk b/package/multimedia/gst-plugins-good/gst-plugins-good.mk
index 99fea7b35..27bf6ad4c 100644
--- a/package/multimedia/gst-plugins-good/gst-plugins-good.mk
+++ b/package/multimedia/gst-plugins-good/gst-plugins-good.mk
@@ -171,7 +171,6 @@ endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA),y)
GST_PLUGINS_GOOD_CONF_OPT += --enable-matroska
-GST_PLUGINS_GOOD_DEPENDENCIES += zlib bzip2
else
GST_PLUGINS_GOOD_CONF_OPT += --disable-matroska
endif