From: llandwerlin at gmail.com <llandwerlin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/6] Fix gst-plugins-bad dependency on libcdaudio
Date: Thu, 12 Nov 2009 23:33:14 +0100 [thread overview]
Message-ID: <1258065198-22972-3-git-send-email-llandwerlin@gmail.com> (raw)
In-Reply-To: <1258065198-22972-1-git-send-email-llandwerlin@gmail.com>
From: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
---
package/multimedia/gst-plugins-bad/Config.in | 4 ++++
.../multimedia/gst-plugins-bad/gst-plugins-bad.mk | 7 +++++++
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/package/multimedia/gst-plugins-bad/Config.in b/package/multimedia/gst-plugins-bad/Config.in
index 8601cf4..6aebefd 100644
--- a/package/multimedia/gst-plugins-bad/Config.in
+++ b/package/multimedia/gst-plugins-bad/Config.in
@@ -33,6 +33,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LEGACYRESAMPLE
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BAYER
bool "bayer"
+config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDAUDIO
+ bool "cdaudio"
+ select BR2_PACKAGE_LIBCDAUDIO
+
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDXAPARSE
bool "cdxaparse"
diff --git a/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk b/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk
index c6c5fd0..282445e 100644
--- a/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk
+++ b/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk
@@ -63,6 +63,13 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-cdxaparse
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDAUDIO),y)
+GST_PLUGINS_BAD_CONF_OPT += --enable-cdaudio
+GST_PLUGINS_BAD_DEPENDENCIES += libcdaudio
+else
+GST_PLUGINS_BAD_CONF_OPT += --disable-cdaudio
+endif
+
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DCCP),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-dccp
else
--
1.6.5.2
next prev parent reply other threads:[~2009-11-12 22:33 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-12 22:33 [Buildroot] gst-plugins-bad dependencies fix llandwerlin at gmail.com
2009-11-12 22:33 ` [Buildroot] [PATCH 1/6] Added libcdaudio package (dependency of gst-plugins-bad) llandwerlin at gmail.com
2009-12-10 15:28 ` Peter Korsgaard
2009-11-12 22:33 ` llandwerlin at gmail.com [this message]
2009-11-12 22:33 ` [Buildroot] [PATCH 3/6] Fix gst-plugins-bad dependency on openssl through the apexsink element llandwerlin at gmail.com
2009-11-12 22:33 ` [Buildroot] [PATCH 4/6] Added libdvdread package (dependency of gst-plugins-bad) llandwerlin at gmail.com
2009-11-12 22:33 ` [Buildroot] [PATCH 5/6] Added libdvdnav " llandwerlin at gmail.com
2009-12-10 23:36 ` Peter Korsgaard
2009-12-10 23:39 ` Peter Korsgaard
2009-11-12 22:33 ` [Buildroot] [PATCH 6/6] Fix gst-plugins-bad dependency on libdvdnav llandwerlin at gmail.com
2009-12-20 16:22 ` Lionel Landwerlin
2009-12-20 18:48 ` Peter Korsgaard
2009-12-09 16:45 ` [Buildroot] gst-plugins-bad dependencies fix Sven Neumann
2009-12-09 16:49 ` Peter Korsgaard
2009-12-09 16:54 ` Lionel Landwerlin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1258065198-22972-3-git-send-email-llandwerlin@gmail.com \
--to=llandwerlin@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.