All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mpd: Fix missing dependency of libogg for plugin opus
@ 2014-08-26  8:28 Jörg Krause
  2014-08-26  9:13 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jörg Krause @ 2014-08-26  8:28 UTC (permalink / raw)
  To: buildroot

The opus decoder plugin depends on libopus and libogg.

Signed-off-by: J?rg Krause <jkrause@posteo.de>
---
 package/mpd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index b8a56b7..108b2b1 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -145,6 +145,7 @@ config BR2_PACKAGE_MPD_MUSEPACK
 config BR2_PACKAGE_MPD_OPUS
 	bool "opus"
 	select BR2_PACKAGE_OPUS
+	select BR2_PACKAGE_LIBOGG
 	help
 	  Enable opus input support.
 	  Select this if you want to play back OPUS encoded files.
-- 
2.1.0

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

* [Buildroot] [PATCH 1/1] package/mpd: Fix missing dependency of libogg for plugin opus
  2014-08-26  8:28 [Buildroot] [PATCH 1/1] package/mpd: Fix missing dependency of libogg for plugin opus Jörg Krause
@ 2014-08-26  9:13 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-08-26  9:13 UTC (permalink / raw)
  To: buildroot

Dear J?rg Krause,

On Tue, 26 Aug 2014 10:28:05 +0200, J?rg Krause wrote:
> The opus decoder plugin depends on libopus and libogg.
> 
> Signed-off-by: J?rg Krause <jkrause@posteo.de>
> ---
>  package/mpd/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/mpd/Config.in b/package/mpd/Config.in
> index b8a56b7..108b2b1 100644
> --- a/package/mpd/Config.in
> +++ b/package/mpd/Config.in
> @@ -145,6 +145,7 @@ config BR2_PACKAGE_MPD_MUSEPACK
>  config BR2_PACKAGE_MPD_OPUS
>  	bool "opus"
>  	select BR2_PACKAGE_OPUS
> +	select BR2_PACKAGE_LIBOGG
>  	help
>  	  Enable opus input support.
>  	  Select this if you want to play back OPUS encoded files.

And where do you ensure libogg gets built before mpd ?

And the commit log should have a reference to the autobuilder failure
being fixed.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2014-08-26  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-26  8:28 [Buildroot] [PATCH 1/1] package/mpd: Fix missing dependency of libogg for plugin opus Jörg Krause
2014-08-26  9:13 ` Thomas Petazzoni

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.