[xiph-cvs] cvs commit: speex/libspeex ltp.c

Jean-Marc Valin jm at xiph.org
Mon Oct 27 17:02:18 PST 2003



jm          03/10/27 20:02:18

  Modified:    libspeex ltp.c
  Log:
  fixed-point: oops...

Revision  Changes    Path
1.91      +1 -1      speex/libspeex/ltp.c

Index: ltp.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/ltp.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ltp.c	28 Oct 2003 00:57:51 -0000	1.90
+++ ltp.c	28 Oct 2003 01:02:17 -0000	1.91
@@ -613,7 +613,7 @@
 #endif
       }
 
-#ifndef FIXED_POINT
+#ifdef FIXED_POINT
       {
          spx_word16_t sgain[3];
          sgain[0] = 64*gain[0];

<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