[xiph-commits] r14490 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Tue Feb 12 13:48:10 PST 2008
Author: jm
Date: 2008-02-12 13:48:09 -0800 (Tue, 12 Feb 2008)
New Revision: 14490
Modified:
trunk/speex/libspeex/arch.h
trunk/speex/libspeex/modes.c
trunk/speex/libspeex/preprocess.c
Log:
Trying to fix _spx_mips when using fixed-point debug. Still some more
work to do...
Modified: trunk/speex/libspeex/arch.h
===================================================================
--- trunk/speex/libspeex/arch.h 2008-02-12 19:40:45 UTC (rev 14489)
+++ trunk/speex/libspeex/arch.h 2008-02-12 21:48:09 UTC (rev 14490)
@@ -232,7 +232,7 @@
#ifdef FIXED_DEBUG
-long long spx_mips=0;
+extern long long spx_mips;
#endif
Modified: trunk/speex/libspeex/modes.c
===================================================================
--- trunk/speex/libspeex/modes.c 2008-02-12 19:40:45 UTC (rev 14489)
+++ trunk/speex/libspeex/modes.c 2008-02-12 21:48:09 UTC (rev 14490)
@@ -360,3 +360,7 @@
return mode->query(mode->mode, request, ptr);
}
+#ifdef FIXED_DEBUG
+long long spx_mips=0;
+#endif
+
Modified: trunk/speex/libspeex/preprocess.c
===================================================================
--- trunk/speex/libspeex/preprocess.c 2008-02-12 19:40:45 UTC (rev 14489)
+++ trunk/speex/libspeex/preprocess.c 2008-02-12 21:48:09 UTC (rev 14490)
@@ -1183,3 +1183,8 @@
}
return 0;
}
+
+#ifdef FIXED_DEBUG
+long long spx_mips=0;
+#endif
+
More information about the commits
mailing list