[vlc-commits] contrib: postproc: remove platform specific flags
Rafaël Carré
git at videolan.org
Thu Jan 3 18:02:47 CET 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan 3 17:52:03 2013 +0100| [e1fc5ace93f3489731a6b6e9cf560f5c613de029] | committer: Rafaël Carré
contrib: postproc: remove platform specific flags
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1fc5ace93f3489731a6b6e9cf560f5c613de029
---
contrib/src/postproc/rules.mak | 1 -
1 file changed, 1 deletion(-)
diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak
index a9debe3..a26ba89 100644
--- a/contrib/src/postproc/rules.mak
+++ b/contrib/src/postproc/rules.mak
@@ -29,7 +29,6 @@ ifeq ($(ARCH),arm)
POSTPROCCONF += --disable-runtime-cpudetect --arch=arm
ifdef HAVE_NEON
POSTPROCCONF += --cpu=cortex-a8 --enable-neon
-POSTPROC_CFLAGS += -mfloat-abi=softfp -mfpu=neon
endif
endif
More information about the vlc-commits
mailing list