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

conrad at svn.xiph.org conrad at svn.xiph.org
Sat Apr 12 01:36:59 PDT 2008


Author: conrad
Date: 2008-04-12 01:36:58 -0700 (Sat, 12 Apr 2008)
New Revision: 14718

Modified:
   trunk/theora/lib/cpu.c
Log:
re-include cpu.h in cpu.c (which in turn includes internal.h, and config.h). Was removed in r14714


Modified: trunk/theora/lib/cpu.c
===================================================================
--- trunk/theora/lib/cpu.c	2008-04-12 04:12:39 UTC (rev 14717)
+++ trunk/theora/lib/cpu.c	2008-04-12 08:36:58 UTC (rev 14718)
@@ -18,6 +18,8 @@
 
  ********************************************************************/
 
+#include "cpu.h"
+
 #if !defined(USE_ASM)
 
 ogg_uint32_t oc_cpu_flags_get(void){



More information about the commits mailing list