[vlc-commits] contrib/ios: simplify arch handling
Felix Paul Kühne
git at videolan.org
Wed Jan 22 14:07:35 CET 2014
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Jan 22 02:32:01 2014 +0100| [bf235ea880cc812c5ff053b91a218d03261434c5] | committer: Felix Paul Kühne
contrib/ios: simplify arch handling
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf235ea880cc812c5ff053b91a218d03261434c5
---
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 d49a233..a22b717 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