[xiph-cvs] cvs commit: speex configure.in

Jean-Marc Valin jm at xiph.org
Tue Nov 11 18:47:38 PST 2003



jm          03/11/11 21:47:38

  Modified:    .        Tag: rel-1-0-branch configure.in
  Log:
  fixed multi-threading issue (removed static weight array) and fixed
  underflow problems that made the decoder (and encoder?) run very slow
  in some cases.

Revision  Changes    Path
No                   revision

<p>No                   revision

<p>1.50.2.4  +3 -3      speex/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/speex/configure.in,v
retrieving revision 1.50.2.3
retrieving revision 1.50.2.4
diff -u -r1.50.2.3 -r1.50.2.4
--- configure.in	20 Sep 2003 05:41:25 -0000	1.50.2.3
+++ configure.in	12 Nov 2003 02:47:37 -0000	1.50.2.4
@@ -4,11 +4,11 @@
 
 SPEEX_MAJOR_VERSION=1
 SPEEX_MINOR_VERSION=0
-SPEEX_MICRO_VERSION=2
-SPEEX_VERSION=1.0.2
+SPEEX_MICRO_VERSION=3
+SPEEX_VERSION=1.0.3
 
 SPEEX_LT_CURRENT=2
-SPEEX_LT_REVISION=1
+SPEEX_LT_REVISION=2
 SPEEX_LT_AGE=1
 
 AC_SUBST(SPEEX_LT_CURRENT)

<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