[xiph-commits] r10762 - trunk/speex

jm at svn.xiph.org jm at svn.xiph.org
Sat Jan 28 12:44:26 PST 2006


Author: jm
Date: 2006-01-28 12:44:23 -0800 (Sat, 28 Jan 2006)
New Revision: 10762

Modified:
   trunk/speex/configure.ac
Log:
set the right macro for ARM5E assembly


Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac	2006-01-28 19:30:37 UTC (rev 10761)
+++ trunk/speex/configure.ac	2006-01-28 20:44:23 UTC (rev 10762)
@@ -121,7 +121,7 @@
 
 AC_ARG_ENABLE(arm5e-asm, [  --enable-arm5e-asm      Make use of ARM5E assembly optimizations],
 [if test "$enableval" = yes; then
-  AC_DEFINE([ARM5_ASM], , [Make use of ARM5E assembly optimizations])
+  AC_DEFINE([ARM5E_ASM], , [Make use of ARM5E assembly optimizations])
 fi])
 
 AC_ARG_ENABLE(blackfin-asm, [  --enable-blackfin-asm      Make use of Blackfin assembly optimizations],



More information about the commits mailing list