From: llandwerlin at gmail.com <llandwerlin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/6] gst-plugins-bad: Fix dependency on openssl through the apexsink element
Date: Fri, 11 Dec 2009 00:31:15 +0100 [thread overview]
Message-ID: <1260487878-21126-4-git-send-email-llandwerlin@gmail.com> (raw)
In-Reply-To: <1260487878-21126-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 6aebefd..3061822 100644
--- a/package/multimedia/gst-plugins-bad/Config.in
+++ b/package/multimedia/gst-plugins-bad/Config.in
@@ -21,6 +21,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AIFFPARSE
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AMRPARSE
bool "amrparse"
+config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_APEXSINK
+ bool "apexsink"
+ select BR2_PACKAGE_OPENSSL
+
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT
bool "autoconvert"
diff --git a/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk b/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk
index 282445e..8c73bf0 100644
--- a/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk
+++ b/package/multimedia/gst-plugins-bad/gst-plugins-bad.mk
@@ -33,6 +33,13 @@ else
GST_PLUGINS_BAD_CONF_OPT += --disable-amrparse
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_APEXSINK),y)
+GST_PLUGINS_BAD_CONF_OPT += --enable-apexsink
+GST_PLUGINS_BAD_DEPENDENCIES += openssl
+else
+GST_PLUGINS_BAD_CONF_OPT += --disable-apexsink
+endif
+
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-autoconvert
else
--
1.6.5.4
next prev parent reply other threads:[~2009-12-10 23:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-10 23:31 [Buildroot] [PATCH 0/6] gst-plugins-bad dependencies fix v2 llandwerlin at gmail.com
2009-12-10 23:31 ` [Buildroot] [PATCH 1/6] package: Added libcdaudio package (dependency of gst-plugins-bad) llandwerlin at gmail.com
2009-12-10 23:31 ` [Buildroot] [PATCH 2/6] gst-plugins-bad: Fix dependency on libcdaudio llandwerlin at gmail.com
2009-12-10 23:31 ` llandwerlin at gmail.com [this message]
2009-12-10 23:31 ` [Buildroot] [PATCH 4/6] package: Added libdvdread package (dependency of gst-plugins-bad) llandwerlin at gmail.com
2009-12-12 2:23 ` Lionel Landwerlin
2009-12-12 8:02 ` Peter Korsgaard
2009-12-12 12:30 ` Lionel Landwerlin
2009-12-12 13:35 ` Peter Korsgaard
2009-12-10 23:31 ` [Buildroot] [PATCH 5/6] package: Added libdvdnav " llandwerlin at gmail.com
2009-12-11 22:07 ` Peter Korsgaard
2009-12-12 2:22 ` Lionel Landwerlin
2009-12-12 7:55 ` Peter Korsgaard
2009-12-10 23:31 ` [Buildroot] [PATCH 6/6] gst-plugins-bad: Fix dependency on libdvdnav llandwerlin at gmail.com
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=1260487878-21126-4-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox