[xiph-commits] r11367 - trunk/theora/lib

giles at svn.xiph.org giles at svn.xiph.org
Sun May 7 12:55:52 PDT 2006


Author: giles
Date: 2006-05-07 12:55:50 -0700 (Sun, 07 May 2006)
New Revision: 11367

Modified:
   trunk/theora/lib/codec_internal.h
   trunk/theora/lib/toplevel.c
Log:
Internal library files should really reference the "local" version of theora.h,
not the <system> version.


Modified: trunk/theora/lib/codec_internal.h
===================================================================
--- trunk/theora/lib/codec_internal.h	2006-05-07 19:52:39 UTC (rev 11366)
+++ trunk/theora/lib/codec_internal.h	2006-05-07 19:55:50 UTC (rev 11367)
@@ -22,7 +22,7 @@
 # include "config.h"
 #endif
 
-#include <theora/theora.h>
+#include "theora/theora.h"
 #include "huffman.h"
 
 #ifndef LIBOGG2

Modified: trunk/theora/lib/toplevel.c
===================================================================
--- trunk/theora/lib/toplevel.c	2006-05-07 19:52:39 UTC (rev 11366)
+++ trunk/theora/lib/toplevel.c	2006-05-07 19:55:50 UTC (rev 11367)
@@ -21,7 +21,7 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <theora/theora.h>
+#include "theora/theora.h"
 #include "toplevel.h"
 
 static int _ilog(unsigned int v){



More information about the commits mailing list