[xiph-commits] r17575 - trunk/theora/lib/x86

tterribe at svn.xiph.org tterribe at svn.xiph.org
Thu Oct 28 17:41:16 PDT 2010


Author: tterribe
Date: 2010-10-28 17:41:16 -0700 (Thu, 28 Oct 2010)
New Revision: 17575

Modified:
   trunk/theora/lib/x86/sse2trans.h
Log:
More include fixes.

sse2trans.h was including encoder headers, when it can be used by the decoder
 alone.


Modified: trunk/theora/lib/x86/sse2trans.h
===================================================================
--- trunk/theora/lib/x86/sse2trans.h	2010-10-29 00:32:55 UTC (rev 17574)
+++ trunk/theora/lib/x86/sse2trans.h	2010-10-29 00:41:16 UTC (rev 17575)
@@ -17,8 +17,7 @@
 
 #if !defined(_x86_sse2trans_H)
 # define _x86_sse2trans_H (1)
-# include "../encint.h"
-# include "x86enc.h"
+# include "x86int.h"
 
 # if defined(OC_X86_64_ASM)
 /*On x86-64 we can transpose in-place without spilling registers.



More information about the commits mailing list