diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2015-03-23 16:41:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-24 17:52:38 +0000 |
commit | 8c6cb85745ca580f7b0e7ff98006c76a85534de0 (patch) | |
tree | 407f5d50d258043aaadf4b817d31f44078fec8ff | |
parent | f19d5e3ffbb10ddc6220249fb9e978d1c3fc5e45 (diff) | |
download | openembedded-core-8c6cb85745ca580f7b0e7ff98006c76a85534de0.tar.gz openembedded-core-8c6cb85745ca580f7b0e7ff98006c76a85534de0.tar.bz2 openembedded-core-8c6cb85745ca580f7b0e7ff98006c76a85534de0.zip |
libav: fix floating dependency on libasound
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/libav/libav.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc index a2f0b815e2..cac836fc3f 100644 --- a/meta/recipes-multimedia/libav/libav.inc +++ b/meta/recipes-multimedia/libav/libav.inc @@ -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" |