mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
x264: Disable asm on x86
The previous commit as below only fixes the
textrel issue with musl on x86, update it also to
fix the issue such as with glibc on x86.
74ea4f280c x264: Disable asm on musl/x86
[YOCTO #11770]
(From OE-Core rev: 521af79d1d7635b4bd0ee2cc45b96729285bf469)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a5de19553e
commit
99956aa33a
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
|
||||
inherit lib_package pkgconfig perlnative
|
||||
|
||||
X264_DISABLE_ASM = ""
|
||||
X264_DISABLE_ASM_x86_libc-musl = "--disable-asm"
|
||||
X264_DISABLE_ASM_x86 = "--disable-asm"
|
||||
X264_DISABLE_ASM_armv4 = "--disable-asm"
|
||||
X264_DISABLE_ASM_armv5 = "--disable-asm"
|
||||
X264_DISABLE_ASM_powerpc = "${@bb.utils.contains("TUNE_FEATURES", "spe", "--disable-asm", "", d)}"
|
||||
|
||||
Reference in New Issue
Block a user