Re: [libav-devel] [PATCH] arm: Always build the hevcdsp_init_arm.c file

2017-03-28 Thread Diego Biurrun
On Tue, Mar 28, 2017 at 11:09:45AM +0300, Martin Storsjö wrote: > The main hevcdsp.c file calls this init function if HAVE_ARM is set, > regardless of whether neon support is available or not. > > This fixes builds where neon isn't supported by the build tools at all. > --- >

[libav-devel] [PATCH] arm: Always build the hevcdsp_init_arm.c file

2017-03-28 Thread Martin Storsjö
The main hevcdsp.c file calls this init function if HAVE_ARM is set, regardless of whether neon support is available or not. This fixes builds where neon isn't supported by the build tools at all. --- libavcodec/arm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git