[xiph-commits] r17737 - trunk/theora/lib/x86_vc

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Dec 7 08:21:56 PST 2010


Author: tterribe
Date: 2010-12-07 08:21:56 -0800 (Tue, 07 Dec 2010)
New Revision: 17737

Modified:
   trunk/theora/lib/x86_vc/mmxfdct.c
Log:
Fix MSVC compilation broken in r17736.

It helps to actually rename the function after changing its declaration.


Modified: trunk/theora/lib/x86_vc/mmxfdct.c
===================================================================
--- trunk/theora/lib/x86_vc/mmxfdct.c	2010-12-07 14:13:55 UTC (rev 17736)
+++ trunk/theora/lib/x86_vc/mmxfdct.c	2010-12-07 16:21:56 UTC (rev 17737)
@@ -463,7 +463,7 @@
 }
 
 /*MMX implementation of the fDCT.*/
-void oc_enc_fdct8x8_mmx(ogg_int16_t _y[64],const ogg_int16_t _x[64]){
+void oc_enc_fdct8x8_mmxext(ogg_int16_t _y[64],const ogg_int16_t _x[64]){
   OC_ALIGN8(ogg_int16_t buf[64]);
   ptrdiff_t a;
   __asm{



More information about the commits mailing list