[xiph-commits] r9257 - trunk/Tremor

j at motherfish-iii.xiph.org j at motherfish-iii.xiph.org
Tue May 10 05:42:39 PDT 2005


Author: j
Date: 2005-05-10 05:42:34 -0700 (Tue, 10 May 2005)
New Revision: 9257

Modified:
   trunk/Tremor/codebook.c
   trunk/Tremor/floor0.c
   trunk/Tremor/info.c
   trunk/Tremor/mdct.c
   trunk/Tremor/misc.h
   trunk/Tremor/sharedbook.c
   trunk/Tremor/synthesis.c
   trunk/Tremor/vorbisfile.c
   trunk/Tremor/window.c
Log:
move  '#include "os.h"' to misc.h and 
remove it where misc.h is included.



Modified: trunk/Tremor/codebook.c
===================================================================
--- trunk/Tremor/codebook.c	2005-05-10 12:21:31 UTC (rev 9256)
+++ trunk/Tremor/codebook.c	2005-05-10 12:42:34 UTC (rev 9257)
@@ -22,7 +22,6 @@
 #include "ivorbiscodec.h"
 #include "codebook.h"
 #include "misc.h"
-#include "os.h"
 
 /* unpacks a codebook from the packet buffer into the codebook struct,
    readies the codebook auxiliary structures for decode *************/

Modified: trunk/Tremor/floor0.c
===================================================================
--- trunk/Tremor/floor0.c	2005-05-10 12:21:31 UTC (rev 9256)
+++ trunk/Tremor/floor0.c	2005-05-10 12:42:34 UTC (rev 9257)
@@ -24,7 +24,6 @@
 #include "registry.h"
 #include "codebook.h"
 #include "misc.h"
-#include "os.h"
 
 #define LSP_FRACBITS 14
 

Modified: trunk/Tremor/info.c
===================================================================
--- trunk/Tremor/info.c	2005-05-10 12:21:31 UTC (rev 9256)
+++ trunk/Tremor/info.c	2005-05-10 12:42:34 UTC (rev 9257)
@@ -28,7 +28,6 @@
 #include "registry.h"
 #include "window.h"
 #include "misc.h"
-#include "os.h"
 
 /* helpers */
 static void _v_readstring(oggpack_buffer *o,char *buf,int bytes){

Modified: trunk/Tremor/mdct.c
===================================================================
--- trunk/Tremor/mdct.c	2005-05-10 12:21:31 UTC (rev 9256)
+++ trunk/Tremor/mdct.c	2005-05-10 12:42:34 UTC (rev 9257)
@@ -33,7 +33,6 @@
  ********************************************************************/
 
 #include "ivorbiscodec.h"
-#include "os.h"
 #include "misc.h"
 #include "mdct.h"
 #include "mdct_lookup.h"

Modified: trunk/Tremor/misc.h
===================================================================
--- trunk/Tremor/misc.h	2005-05-10 12:21:31 UTC (rev 9256)
+++ trunk/Tremor/misc.h	2005-05-10 12:42:34 UTC (rev 9257)
@@ -18,7 +18,7 @@
 #ifndef _V_RANDOM_H_
 #define _V_RANDOM_H_
 #include "ivorbiscodec.h"
-#include "os_types.h"
+#include "os.h"
 
 #include "asm_arm.h"
   

Modified: trunk/Tremor/sharedbook.c
===================================================================
--- trunk/Tremor/sharedbook.c	2005-05-10 12:21:31 UTC (rev 9256)
+++ trunk/Tremor/sharedbook.c	2005-05-10 12:42:34 UTC (rev 9257)
@@ -19,7 +19,6 @@
 #include <math.h>
 #include <string.h>
 #include "ogg.h"
-#include "os.h"
 #include "misc.h"
 #include "ivorbiscodec.h"
 #include "codebook.h"

Modified: trunk/Tremor/synthesis.c
===================================================================
--- trunk/Tremor/synthesis.c	2005-05-10 12:21:31 UTC (rev 9256)
+++ trunk/Tremor/synthesis.c	2005-05-10 12:42:34 UTC (rev 9257)
@@ -22,7 +22,6 @@
 #include "codec_internal.h"
 #include "registry.h"
 #include "misc.h"
-#include "os.h"
 
 int vorbis_synthesis(vorbis_block *vb,ogg_packet *op,int decodep){
   vorbis_dsp_state     *vd=vb->vd;

Modified: trunk/Tremor/vorbisfile.c
===================================================================
--- trunk/Tremor/vorbisfile.c	2005-05-10 12:21:31 UTC (rev 9256)
+++ trunk/Tremor/vorbisfile.c	2005-05-10 12:42:34 UTC (rev 9257)
@@ -25,7 +25,6 @@
 #include "ivorbiscodec.h"
 #include "ivorbisfile.h"
 
-#include "os.h"
 #include "misc.h"
 
 /* A 'chained bitstream' is a Vorbis bitstream that contains more than

Modified: trunk/Tremor/window.c
===================================================================
--- trunk/Tremor/window.c	2005-05-10 12:21:31 UTC (rev 9256)
+++ trunk/Tremor/window.c	2005-05-10 12:42:34 UTC (rev 9257)
@@ -17,7 +17,6 @@
 
 #include <stdlib.h>
 #include <math.h>
-#include "os.h"
 #include "misc.h"
 #include "window.h"
 #include "window_lookup.h"



More information about the commits mailing list