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:
Andrei Gherzan 2017-04-17 02:13:48 +01:00
parent 1b05ca6bb4
commit fe909cd5b9

View File

@ -0,0 +1 @@
EXTRA_OECONF_append_raspberrypi = " --disable-asm"