mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-04 14:09:51 +00: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:
@@ -0,0 +1 @@
|
||||
EXTRA_OECONF_append_raspberrypi = " --disable-asm"
|
||||
Reference in New Issue
Block a user