mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
ffmpeg: use nasm instead of yasm
As ffmpeg can use both yasm and nasm let's unify on nasm (last release six months ago, fifteen RCs since) instead of yasm (last release 2014). (From OE-Core rev: fe204ba16068c518a15c946c3d370dff8a2171c7) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d9f7b9d3ad
commit
5224d52782
@@ -39,7 +39,7 @@ ARM_INSTRUCTION_SET_armv6 = "arm"
|
||||
# libpostproc was previously packaged from a separate recipe
|
||||
PROVIDES = "libav libpostproc"
|
||||
|
||||
DEPENDS = "alsa-lib zlib libogg yasm-native"
|
||||
DEPENDS = "alsa-lib zlib libogg nasm-native"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user