From c81074c557be24f842859a63ab21ede9ef3bc39d Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 16 Nov 2001 06:18:33 +0000 Subject: [PATCH] Use system version of ogg/ogg.h, required for macosx build. patch from Elifarley C. Coelho. svn path=/trunk/vorbis/; revision=2377 --- lib/codebook.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/codebook.h b/lib/codebook.h index 7402c70..0de2385 100644 --- a/lib/codebook.h +++ b/lib/codebook.h @@ -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 /* This structure encapsulates huffman and VQ style encoding books; it doesn't do anything specific to either. -- 2.7.4