[vorbis-dev] CVS update
Peter Harris
peter.harris at hummingbird.com
Thu Dec 13 10:33:42 PST 2001
Hmm... looks like the main branch (trunk?) of CVS has been updated.
It only took a couple of one-liner patches to make it build on Win32. The
.dsp patch also applies cleanly (with an offset of 9) to vorbis_dynamic.dsp
(untested).
Is <unistd.h> actually used in bitrate.c on Unix systems, or was that a
simple case of gratuitous including?
Peter Harris
--- win32\vorbis_static.dsp~ Sun Sep 16 16:49:55 2001
+++ win32\vorbis_static.dsp Thu Dec 13 12:50:43 2001
@@ -89,7 +89,7 @@
# End Source File
# Begin Source File
-SOURCE=..\lib\bitbuffer.c
+SOURCE=..\lib\bitrate.c
# End Source File
# Begin Source File
@@ -173,7 +173,7 @@
# End Source File
# Begin Source File
-SOURCE=..\lib\bitbuffer.h
+SOURCE=..\lib\bitrate.h
# End Source File
# Begin Source File
--- lib\bitrate.c~ Wed Dec 12 04:45:24 2001
+++ lib\bitrate.c Thu Dec 13 12:51:22 2001
@@ -17,7 +17,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
#include <math.h>
#include <ogg/ogg.h>
--- >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