[vlc-commits] contrib/ios: simplify arch handling
Felix Paul Kühne
git at videolan.org
Thu Jan 23 13:21:49 CET 2014
vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Jan 22 02:32:01 2014 +0100| [19cdaf30d03e5430e1fc1c1ea489bb59ac50cd8f] | committer: Felix Paul Kühne
contrib/ios: simplify arch handling
(cherry picked from commit bf235ea880cc812c5ff053b91a218d03261434c5)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=19cdaf30d03e5430e1fc1c1ea489bb59ac50cd8f
---
contrib/src/main.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 9562165..23a47e9 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -128,7 +128,7 @@ CCAS=$(CC) -c
ifdef HAVE_IOS
CC=xcrun clang
CXX=xcrun clang++
-ifeq ($(ARCH), arm)
+ifdef HAVE_NEON
AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
CCAS=gas-preprocessor.pl $(CC) -c
else
More information about the vlc-commits
mailing list