[xiph-cvs] cvs commit: vorbis/lib scales.h
Monty
xiphmont at xiph.org
Sun Feb 18 02:45:38 PST 2001
xiphmont 01/02/18 02:45:37
Modified: lib scales.h
Log:
#include "os.h" not <os.h>
Revision Changes Path
1.14 +2 -2 vorbis/lib/scales.h
Index: scales.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/scales.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- scales.h 2001/02/18 09:53:01 1.13
+++ scales.h 2001/02/18 10:45:37 1.14
@@ -11,7 +11,7 @@
********************************************************************
function: linear scale -> dB, Bark and Mel scales
- last mod: $Id: scales.h,v 1.13 2001/02/18 09:53:01 xiphmont Exp $
+ last mod: $Id: scales.h,v 1.14 2001/02/18 10:45:37 xiphmont Exp $
********************************************************************/
@@ -19,7 +19,7 @@
#define _V_SCALES_H_
#include <math.h>
-#include <os.h>
+#include "os.h"
/* 20log10(x) */
#define DYNAMIC_RANGE_dB 200.f
--- >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