mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
x264: Fix build for armv6 RaspberryPi boards
quant-a.S uses rbit thumb instruction unconditionally even though only from ARMV6T2 this is available (which is not the case for RPI1, RPI0 etc). Avoid this by disabling asm. Signed-off-by: Andrei Gherzan <andrei@resin.io>
This commit is contained in:
parent
1b05ca6bb4
commit
fe909cd5b9
1
recipes-multimedia/x264/x264_git.bbappend
Normal file
1
recipes-multimedia/x264/x264_git.bbappend
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EXTRA_OECONF_append_raspberrypi = " --disable-asm"
|
Loading…
Reference in New Issue
Block a user