[Buildroot] [PATCH 1/1] package/mpd: Fix missing dependency of libogg for plugin opus

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Aug 26 09:13:58 UTC 2014


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 at 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


More information about the buildroot mailing list