[vorbis-dev] Syntax error....

Brian Havard brianh at kheldar.apana.org.au
Wed Jan 31 07:37:12 PST 2001



You might want to fix this:

diff -x CVS -uwrN ../OggVorbis.clean/vorbis-tools/oggenc/platform.c ./vorbis-tools/oggenc/platform.c
--- ../OggVorbis.clean/vorbis-tools/oggenc/platform.c	Thu Feb  1 01:25:36 2001
+++ ./vorbis-tools/oggenc/platform.c	Thu Feb  1 01:23:08 2001
@@ -52,7 +58,7 @@
 }
 #endif
 
-#ifdef __WATCOMC__ || __BORLANDC__
+#if defined(__WATCOMC__) || defined(__BORLANDC__)
 void setbinmode(FILE *f)
 {
         setmode(fileno(f), O_BINARY);


-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  brianh at kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------

--- >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 'vorbis-dev-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 Vorbis-dev mailing list