[vlc-devel] [PATCH] contrib: postproc: HAVE_NEON should be 1
Jean-Baptiste Kempf
jb at videolan.org
Tue Nov 20 15:20:18 CET 2012
On 19 Nov, Rémi Denis-Courmont wrote :
> Le dimanche 18 novembre 2012 18:42:11, Edward Wang a écrit :
> > ---
> > contrib/src/postproc/rules.mak | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/contrib/src/postproc/rules.mak
> > b/contrib/src/postproc/rules.mak index da28986..925de39 100644
> > --- a/contrib/src/postproc/rules.mak
> > +++ b/contrib/src/postproc/rules.mak
> > @@ -24,7 +24,7 @@ endif
> > # ARM stuff
> > ifeq ($(ARCH),arm)
> > POSTPROCCONF += --disable-runtime-cpudetect --arch=arm
> > -ifdef HAVE_NEON
> > +ifeq ($(HAVE_NEON),1)
> > POSTPROCCONF += --cpu=cortex-a8 --enable-neon
> > POSTPROC_CFLAGS +=-mfloat-abi=softfp -mfpu=neon
> > endif
>
> I don't understand why postproc would check for ifeq when ffmpeg checks for
> ifdef.
It works fine.
Best regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the vlc-devel
mailing list