Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gst-plugins-base: add missing orc dependency
@ 2012-02-11  0:02 Felipe Contreras
  2012-02-11 15:48 ` Arnout Vandecappelle
  2012-02-11 17:01 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Felipe Contreras @ 2012-02-11  0:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 .../gst-plugins-base/gst-plugins-base.mk           |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/multimedia/gst-plugins-base/gst-plugins-base.mk b/package/multimedia/gst-plugins-base/gst-plugins-base.mk
index 87ee80d..3b21c27 100644
--- a/package/multimedia/gst-plugins-base/gst-plugins-base.mk
+++ b/package/multimedia/gst-plugins-base/gst-plugins-base.mk
@@ -26,6 +26,10 @@ GST_PLUGINS_BASE_CONF_OPT = \
 
 GST_PLUGINS_BASE_DEPENDENCIES = gstreamer
 
+ifeq ($(BR2_PACKAGE_ORC),y)
+GST_PLUGINS_BASE_DEPENDENCIES += orc
+endif
+
 # alsa support needs pcm+mixer support, but configure fails to check for it
 ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yyy)
 GST_PLUGINS_BASE_DEPENDENCIES += alsa-lib
-- 
1.7.9.1.g97f7d

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] gst-plugins-base: add missing orc dependency
  2012-02-11  0:02 [Buildroot] [PATCH] gst-plugins-base: add missing orc dependency Felipe Contreras
@ 2012-02-11 15:48 ` Arnout Vandecappelle
  2012-02-11 17:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2012-02-11 15:48 UTC (permalink / raw)
  To: buildroot

On Saturday 11 February 2012 01:02:45 Felipe Contreras wrote:
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

> ---
>  .../gst-plugins-base/gst-plugins-base.mk           |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/package/multimedia/gst-plugins-base/gst-plugins-base.mk b/package/multimedia/gst-plugins-base/gst-plugins-base.mk
> index 87ee80d..3b21c27 100644
> --- a/package/multimedia/gst-plugins-base/gst-plugins-base.mk
> +++ b/package/multimedia/gst-plugins-base/gst-plugins-base.mk
> @@ -26,6 +26,10 @@ GST_PLUGINS_BASE_CONF_OPT = \
>  
>  GST_PLUGINS_BASE_DEPENDENCIES = gstreamer
>  
> +ifeq ($(BR2_PACKAGE_ORC),y)
> +GST_PLUGINS_BASE_DEPENDENCIES += orc
> +endif
> +
>  # alsa support needs pcm+mixer support, but configure fails to check for it
>  ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yyy)
>  GST_PLUGINS_BASE_DEPENDENCIES += alsa-lib
> 

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] gst-plugins-base: add missing orc dependency
  2012-02-11  0:02 [Buildroot] [PATCH] gst-plugins-base: add missing orc dependency Felipe Contreras
  2012-02-11 15:48 ` Arnout Vandecappelle
@ 2012-02-11 17:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-02-11 17:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Felipe" == Felipe Contreras <felipe.contreras@gmail.com> writes:

 Felipe> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-11 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-11  0:02 [Buildroot] [PATCH] gst-plugins-base: add missing orc dependency Felipe Contreras
2012-02-11 15:48 ` Arnout Vandecappelle
2012-02-11 17:01 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox