[vlc-commits] Contribs: setting -mfloat-abi is orthogonal to NEON
Jean-Baptiste Kempf
git at videolan.org
Wed Oct 3 18:14:03 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 3 18:07:13 2012 +0200| [5bdd4ca6b192feba1a6430d9fef5c5272625415a] | committer: Jean-Baptiste Kempf
Contribs: setting -mfloat-abi is orthogonal to NEON
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5bdd4ca6b192feba1a6430d9fef5c5272625415a
---
contrib/src/ffmpeg/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index e30017c..d376129 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -57,7 +57,7 @@ ifeq ($(ARCH),arm)
FFMPEGCONF += --arch=arm
ifdef HAVE_NEON
FFMPEGCONF += --cpu=cortex-a8 --enable-neon
-FFMPEG_CFLAGS +=-mfloat-abi=softfp -mfpu=neon
+FFMPEG_CFLAGS += -mfpu=neon
endif
endif
More information about the vlc-commits
mailing list