* [Buildroot] svn commit: trunk/buildroot/package/multimedia/gst-plugins-good
@ 2009-02-25 19:51 jacmet at uclibc.org
2009-02-26 1:05 ` [Buildroot] [PATCH] gst-plugins-good: add missing FLAC dependency Markus Heidelberg
0 siblings, 1 reply; 4+ messages in thread
From: jacmet at uclibc.org @ 2009-02-25 19:51 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2009-02-25 19:51:46 +0000 (Wed, 25 Feb 2009)
New Revision: 25456
Log:
gstreamer: flac plugin support
Patch by Sven Neumann. Closes #99.
Modified:
trunk/buildroot/package/multimedia/gst-plugins-good/Config.in
trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk
Changeset:
Modified: trunk/buildroot/package/multimedia/gst-plugins-good/Config.in
===================================================================
--- trunk/buildroot/package/multimedia/gst-plugins-good/Config.in 2009-02-25 19:51:41 UTC (rev 25455)
+++ trunk/buildroot/package/multimedia/gst-plugins-good/Config.in 2009-02-25 19:51:46 UTC (rev 25456)
@@ -149,6 +149,10 @@
bool "annodex (XML Library)"
select BR2_PACKAGE_LIBXML2
+config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC
+ bool "flac (libFLAC)"
+ select BR2_PACKAGE_FLAC
+
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
bool "ossaudio (OSS audio)"
Modified: trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk
===================================================================
--- trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk 2009-02-25 19:51:41 UTC (rev 25455)
+++ trunk/buildroot/package/multimedia/gst-plugins-good/gst-plugins-good.mk 2009-02-25 19:51:46 UTC (rev 25456)
@@ -273,6 +273,12 @@
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-02-26 23:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25 19:51 [Buildroot] svn commit: trunk/buildroot/package/multimedia/gst-plugins-good jacmet at uclibc.org
2009-02-26 1:05 ` [Buildroot] [PATCH] gst-plugins-good: add missing FLAC dependency Markus Heidelberg
2009-02-26 8:05 ` Peter Korsgaard
2009-02-26 23:02 ` Markus Heidelberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox