[vlc-commits] commit: arm_neon: Force libtool to be in CC mode when using a custom as for iOS. (Pierre d' Herbemont )
git at videolan.org
git at videolan.org
Sun Oct 31 11:17:43 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sun Oct 31 09:57:27 2010 +0100| [4598e4887a74f05a7a9465e67c1d17c75b584cb1] | committer: Pierre d'Herbemont
arm_neon: Force libtool to be in CC mode when using a custom as for iOS.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4598e4887a74f05a7a9465e67c1d17c75b584cb1
---
modules/arm_neon/Modules.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/arm_neon/Modules.am b/modules/arm_neon/Modules.am
index 52393b1..1842561 100644
--- a/modules/arm_neon/Modules.am
+++ b/modules/arm_neon/Modules.am
@@ -1,3 +1,7 @@
+# When using a specific AS tool instead of gcc libtool goes mad
+# without this. (This is the case with iOS).
+LIBTOOL=@LIBTOOL@ --tag=CC
+
AM_CFLAGS += $(ARM_NEON_CFLAGS)
libaudio_format_neon_plugin_la_SOURCES = \
More information about the vlc-commits
mailing list