[xiph-cvs] cvs commit: vorbis/lib codebook.h

Ralph Giles giles at xiph.org
Thu Nov 15 22:18:34 PST 2001



giles       01/11/15 22:18:34

  Modified:    lib      codebook.h
  Log:
  Use system version of ogg/ogg.h, required for macosx build.
  patch from Elifarley C. Coelho.

Revision  Changes    Path
1.9       +2 -2      vorbis/lib/codebook.h

Index: codebook.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/codebook.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- codebook.h	2001/06/15 21:15:39	1.8
+++ codebook.h	2001/11/16 06:18:33	1.9
@@ -11,14 +11,14 @@
  ********************************************************************
 
  function: basic shared codebook operations
- last mod: $Id: codebook.h,v 1.8 2001/06/15 21:15:39 xiphmont Exp $
+ last mod: $Id: codebook.h,v 1.9 2001/11/16 06:18:33 giles Exp $
 
  ********************************************************************/
 
 #ifndef _V_CODEBOOK_H_
 #define _V_CODEBOOK_H_
 
-#include "ogg/ogg.h"
+#include <ogg/ogg.h>
 
 /* This structure encapsulates huffman and VQ style encoding books; it
    doesn't do anything specific to either.

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