[vlc-devel] commit: configure: fix detection of ARM NEON (Pierre Ynard )
git version control
git at videolan.org
Mon Jan 11 10:15:22 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Jan 11 10:14:29 2010 +0100| [8f3c41de941849f4ff5f2ae5975754c1907637c9] | committer: Pierre Ynard
configure: fix detection of ARM NEON
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f3c41de941849f4ff5f2ae5975754c1907637c9
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 53f95e7..5f88c3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1534,6 +1534,7 @@ AS_IF([test "${enable_neon}" != "no"], [
], [
ac_cv_neon_inline="no"
])
+ CFLAGS="${CFLAGS_save}"
])
ARM_NEON_CFLAGS="$ac_cv_neon_inline"
], [
More information about the vlc-devel
mailing list