Commit e1fc5ace authored by Rafaël Carré's avatar Rafaël Carré

contrib: postproc: remove platform specific flags

parent 6f621b95
...@@ -29,7 +29,6 @@ ifeq ($(ARCH),arm) ...@@ -29,7 +29,6 @@ ifeq ($(ARCH),arm)
POSTPROCCONF += --disable-runtime-cpudetect --arch=arm POSTPROCCONF += --disable-runtime-cpudetect --arch=arm
ifdef HAVE_NEON ifdef HAVE_NEON
POSTPROCCONF += --cpu=cortex-a8 --enable-neon POSTPROCCONF += --cpu=cortex-a8 --enable-neon
POSTPROC_CFLAGS += -mfloat-abi=softfp -mfpu=neon
endif endif
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment