mirror of
https://github.com/agherzan/meta-raspberrypi.git
synced 2025-12-06 06:19:11 +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:
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"
|
||||
Reference in New Issue
Block a user