[xiph-commits] r14377 - trunk/theora/include/theora

giles at svn.xiph.org giles at svn.xiph.org
Sat Jan 5 22:16:52 PST 2008


Author: giles
Date: 2008-01-05 22:16:50 -0800 (Sat, 05 Jan 2008)
New Revision: 14377

Modified:
   trunk/theora/include/theora/theora.h
Log:
More libogg2 removal.


Modified: trunk/theora/include/theora/theora.h
===================================================================
--- trunk/theora/include/theora/theora.h	2008-01-06 05:54:41 UTC (rev 14376)
+++ trunk/theora/include/theora/theora.h	2008-01-06 06:16:50 UTC (rev 14377)
@@ -25,13 +25,7 @@
 
 #include <stddef.h>	/* for size_t */
 
-#ifndef LIBOGG2
 #include <ogg/ogg.h>
-#else
-#include <ogg2/ogg.h>
-/* This is temporary until libogg2 is more complete */
-ogg_buffer_state *ogg_buffer_create(void);
-#endif
 
 /** \defgroup oldfuncs Legacy pre-1.0 C API */
 /*  @{ */



More information about the commits mailing list