mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
gstreamer1.0-libav: use nasm instead of yasm
The options are still called yasm and there's some cleanup to be done, but as libav 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: 9343c02cc12aa210a1b7ae7696c83a5501c91ceb) 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
5224d52782
commit
22d61c54c5
@@ -36,7 +36,7 @@ PACKAGECONFIG ??= "orc yasm"
|
||||
PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl,"
|
||||
PACKAGECONFIG[libav] = "--with-system-libav,,libav"
|
||||
PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
|
||||
PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native"
|
||||
PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,nasm-native"
|
||||
PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind"
|
||||
|
||||
GSTREAMER_1_0_DEBUG ?= "--disable-debug"
|
||||
|
||||
Reference in New Issue
Block a user