]> code.ossystems Code Review - openembedded-core.git/commitdiff
libav: fix floating dependency on libasound
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 23 Mar 2015 15:41:33 +0000 (16:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Mar 2015 17:52:38 +0000 (17:52 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/libav/libav.inc

index a2f0b815e2aec0cef7c6f3696d5da482ef8d20de..cac836fc3ff51b43f29aa9389a81038ad0b39617 100644 (file)
@@ -22,7 +22,7 @@ PROVIDES = "ffmpeg"
 
 ARM_INSTRUCTION_SET = "arm"
 
-DEPENDS = "zlib libogg yasm-native"
+DEPENDS = "alsa-lib zlib libogg yasm-native"
 
 INC_PR = "r8"