[xiph-cvs] cvs commit: vorbis/lib Makefile.in framing.c
Jack Moffitt
jack at xiph.org
Wed Oct 11 21:26:40 PDT 2000
jack 00/10/11 21:26:40
Modified: include/vorbis codec.h
Removed: . configure
lib Makefile.in framing.c
Log:
these files are not asupposed to be here after the merge. cleaning :)
oh, and the #include change is there for chad.
jack.
Revision Changes Path
1.31 +2 -2 vorbis/include/vorbis/codec.h
Index: codec.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- codec.h 2000/10/12 03:12:41 1.30
+++ codec.h 2000/10/12 04:26:39 1.31
@@ -12,7 +12,7 @@
********************************************************************
function: libvorbis codec headers
- last mod: $Id: codec.h,v 1.30 2000/10/12 03:12:41 xiphmont Exp $
+ last mod: $Id: codec.h,v 1.31 2000/10/12 04:26:39 jack Exp $
********************************************************************/
@@ -28,6 +28,7 @@
#include <ogg/ogg.h>
#include "vorbis/codebook.h"
+#include "vorbis/backends.h"
typedef void vorbis_look_transform;
typedef void vorbis_info_time;
@@ -239,7 +240,6 @@
} vorbis_block;
-#include "vorbis/backends.h"
/* vorbis_info contains all the setup information specific to the
specific compression/decompression mode in progress (eg,
--- >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