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

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Oct 12 06:38:16 PDT 2010


Author: tterribe
Date: 2010-10-12 06:38:16 -0700 (Tue, 12 Oct 2010)
New Revision: 17503

Modified:
   trunk/theora/lib/bitpack.h
Log:
Pull in internal.h (for config.h) from bitpack.h.

This is needed to get OC_ARM_ASM, so the C bitpacking routines don't get used
 during header parsing.


Modified: trunk/theora/lib/bitpack.h
===================================================================
--- trunk/theora/lib/bitpack.h	2010-10-10 14:56:00 UTC (rev 17502)
+++ trunk/theora/lib/bitpack.h	2010-10-12 13:38:16 UTC (rev 17503)
@@ -18,6 +18,7 @@
 # define _bitpack_H (1)
 # include <stddef.h>
 # include <limits.h>
+# include "internal.h"
 
 
 



More information about the commits mailing list