[xiph-cvs] cvs commit: vorbis/lib mdct.c

Monty xiphmont at xiph.org
Sat Dec 16 16:34:06 PST 2000



xiphmont    00/12/16 16:34:06

  Modified:    lib      mdct.c
  Log:
  new mdct.c needs os.h

Revision  Changes    Path
1.21      +2 -1      vorbis/lib/mdct.c

Index: mdct.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/mdct.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- mdct.c	2000/12/16 01:49:39	1.20
+++ mdct.c	2000/12/17 00:34:05	1.21
@@ -13,7 +13,7 @@
 
  function: normalized modified discrete cosine transform
            power of two length transform only [64 <= n ]
- last mod: $Id: mdct.c,v 1.20 2000/12/16 01:49:39 xiphmont Exp $
+ last mod: $Id: mdct.c,v 1.21 2000/12/17 00:34:05 xiphmont Exp $
 
  Original algorithm adapted long ago from _The use of multirate filter
  banks for coding of high quality digital audio_, by T. Sporer,
@@ -44,6 +44,7 @@
 #include <math.h>
 #include "vorbis/codec.h"
 #include "mdct.h"
+#include "os.h"
 
 /* build lookups for trig functions; also pre-figure scaling and
    some window function algebra. */

--- >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