[xiph-cvs] cvs commit: vorbis-python/src pyvorbisfile.c

Andrew Catham Master of Python andrew at xiph.org
Wed May 14 00:55:54 PDT 2003



andrew      03/05/14 03:55:54

  Modified:    src      pyvorbisfile.c
  Log:
  I'm an idiot and forgot to remove endian.h when I said I did.

Revision  Changes    Path
1.11      +0 -1      vorbis-python/src/pyvorbisfile.c

Index: pyvorbisfile.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/src/pyvorbisfile.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pyvorbisfile.c	13 May 2003 08:29:45 -0000	1.10
+++ pyvorbisfile.c	14 May 2003 07:55:54 -0000	1.11
@@ -1,6 +1,5 @@
 #include <stdio.h>
 #ifndef _WIN32
-#include <endian.h>
 #include <assert.h>
 #else
 #define LITTLE_ENDIAN 0

<p><p>--- >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