diff mbox

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

Message ID 1409041685-9603-1-git-send-email-jkrause@posteo.de
State Superseded
Headers show

Commit Message

Jörg Krause Aug. 26, 2014, 8:28 a.m. UTC
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(+)

Comments

Thomas Petazzoni Aug. 26, 2014, 9:13 a.m. UTC | #1
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
diff mbox

Patch

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.