[xiph-commits] r16229 - branches/theora-thusnelda/lib/dec/x86_vc

cristianadam at svn.xiph.org cristianadam at svn.xiph.org
Wed Jul 8 11:25:07 PDT 2009


Author: cristianadam
Date: 2009-07-08 11:25:06 -0700 (Wed, 08 Jul 2009)
New Revision: 16229

Modified:
   branches/theora-thusnelda/lib/dec/x86_vc/mmxloop.h
Log:
Fixed compilation errors.

Modified: branches/theora-thusnelda/lib/dec/x86_vc/mmxloop.h
===================================================================
--- branches/theora-thusnelda/lib/dec/x86_vc/mmxloop.h	2009-07-08 08:37:34 UTC (rev 16228)
+++ branches/theora-thusnelda/lib/dec/x86_vc/mmxloop.h	2009-07-08 18:25:06 UTC (rev 16229)
@@ -122,8 +122,9 @@
   do{ \
     unsigned char *ll__; \
     unsigned char *pix__; \
+    ptrdiff_t      ystride3__; \
     ll__=(_ll); \
-    pix=(_pix)-2; \
+    pix__=(_pix)-2; \
     __asm mov PIX,pix__ \
     __asm mov YSTRIDE,_ystride \
     __asm mov YSTRIDE3,ystride3__ \



More information about the commits mailing list