summaryrefslogtreecommitdiff
path: root/package/multimedia/gst-plugins-good/gst-plugins-good.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-02-25 19:51:46 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-02-25 19:51:46 +0000
commit0aa046b35ea3e708e1be0a68225c9b7eacbcde28 (patch)
tree6b457c53efe7e74e826c17f7798036c2bd065627 /package/multimedia/gst-plugins-good/gst-plugins-good.mk
parent416c62614241b221ad8e043c10dd41cd4ebef22b (diff)
gstreamer: flac plugin support
Patch by Sven Neumann. Closes #99.
Diffstat (limited to 'package/multimedia/gst-plugins-good/gst-plugins-good.mk')
-rw-r--r--package/multimedia/gst-plugins-good/gst-plugins-good.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/multimedia/gst-plugins-good/gst-plugins-good.mk b/package/multimedia/gst-plugins-good/gst-plugins-good.mk
index d1dc763ee..abeb3badf 100644
--- a/package/multimedia/gst-plugins-good/gst-plugins-good.mk
+++ b/package/multimedia/gst-plugins-good/gst-plugins-good.mk
@@ -273,6 +273,12 @@ else
GST_PLUGINS_GOOD_CONF_OPT += --disable-annodex
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC),y)
+GST_PLUGINS_GOOD_CONF_OPT += --enable-flac
+else
+GST_PLUGINS_GOOD_CONF_OPT += --disable-flac
+endif
+
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS),y)
GST_PLUGINS_GOOD_CONF_OPT += --enable-oss
else