mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
libav: fix floating dependency on libasound
(From OE-Core rev: 8c6cb85745ca580f7b0e7ff98006c76a85534de0) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b31a0e3091
commit
9782db00d4
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user