[xiph-cvs] cvs commit: speex/libspeex Makefile.am math_approx.c
Jean-Marc Valin
jm at xiph.org
Mon Mar 17 14:40:57 PST 2003
jm 03/03/17 17:40:57
Modified: libspeex Makefile.am math_approx.c
Log:
manual update. Made libtool use -version-info. removed math_approx tables
when not needed.
Revision Changes Path
1.49 +2 -2 speex/libspeex/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/Makefile.am,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Makefile.am 15 Jan 2003 06:47:42 -0000 1.48
+++ Makefile.am 17 Mar 2003 22:40:57 -0000 1.49
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. -*-Makefile-*-
-# $Id: Makefile.am,v 1.48 2003/01/15 06:47:42 jm Exp $
+# $Id: Makefile.am,v 1.49 2003/03/17 22:40:57 jm Exp $
# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies
@@ -63,7 +63,7 @@
math_approx.h
-libspeex_la_LDFLAGS = -release $(LT_RELEASE)
+libspeex_la_LDFLAGS = -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@
noinst_PROGRAMS = testenc testenc_wb testenc_uwb
<p><p>1.4 +5 -0 speex/libspeex/math_approx.c
Index: math_approx.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/math_approx.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- math_approx.c 10 Mar 2003 17:16:17 -0000 1.3
+++ math_approx.c 17 Mar 2003 22:40:57 -0000 1.4
@@ -33,6 +33,8 @@
#include <math.h>
#include "math_approx.h"
+#ifdef SLOW_TRIG
+
float cos_sin[102] = {
1.00000000, 0.00000000,
0.99804751, 0.06245932,
@@ -98,3 +100,6 @@
.5*delta*(cos_sin[ind] -
.3333333*delta*cos_sin[ind+1]));
}
+
+#endif
+
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list