Re: [yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

2017-04-16 Thread Andrei Gherzan
On Mon, Apr 17, 2017 at 02:00:20AM +, Khem Raj wrote: > On Sun, Apr 16, 2017 at 6:14 PM Andrei Gherzan wrote: > > > 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

Re: [yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

2017-04-16 Thread Khem Raj
On Sun, Apr 16, 2017 at 6:14 PM Andrei Gherzan wrote: > 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. It would be bette to control it in component's own build sys

[yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

2017-04-16 Thread Andrei Gherzan
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 --- recipes-multimedia/x264/x264_git.bbappend | 1 + 1 file changed, 1 insertion(+) create