[xiph-cvs] cvs commit: vorbis/lib os.h
Jack Moffitt
jack at xiph.org
Wed Nov 8 14:45:58 PST 2000
jack 00/11/08 14:45:58
Modified: lib os.h
Log:
forgot one thing
Revision Changes Path
1.16 +3 -1 vorbis/lib/os.h
Index: os.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/os.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- os.h 2000/11/08 22:38:57 1.15
+++ os.h 2000/11/08 22:45:58 1.16
@@ -14,7 +14,7 @@
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os.h,v 1.15 2000/11/08 22:38:57 jack Exp $
+ last mod: $Id: os.h,v 1.16 2000/11/08 22:45:58 jack Exp $
********************************************************************/
@@ -99,6 +99,8 @@
#else
/* this is for beos */
+
+typedef int vorbis_fpu_control;
static int vorbis_ftoi(double f){
return (int)(f+.5);
}
--- >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