From 8886a2805fc107489912f8c500db3373e04a316d Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Tue, 31 Aug 2010 19:10:31 +0000 Subject: Convert Tremor to use libogg instead of its own internal libogg2. This makes it easier to use Tremor as a drop-in replacement for libvorbis and reduces code size and overhead for those who don't want to use its built-in Ogg demuxer. This commit also backports all of the changes that have accumulated in libvorbis's vorbisfile implementation, with the exception of halfrate decoding and cross-lapped seeking. Those should not be too hard to add if someone really wants them. git-svn-id: https://svn.xiph.org/trunk/Tremor@17375 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- sharedbook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sharedbook.c') diff --git a/sharedbook.c b/sharedbook.c index 8e07492..4cfde94 100644 --- a/sharedbook.c +++ b/sharedbook.c @@ -18,7 +18,7 @@ #include #include #include -#include "ogg.h" +#include #include "misc.h" #include "ivorbiscodec.h" #include "codebook.h" -- cgit v1.2.1