diff i386/mpegvideo_mmx_template.c @ 1565:1a9a63f59849 libavcodec

minor mmx2 optimization if the dct
author michael
date Thu, 23 Oct 2003 13:22:20 +0000
parents d736e24bf303
children 4c9165372ab3
line wrap: on
line diff
--- a/i386/mpegvideo_mmx_template.c	Thu Oct 23 12:59:21 2003 +0000
+++ b/i386/mpegvideo_mmx_template.c	Thu Oct 23 13:22:20 2003 +0000
@@ -43,7 +43,7 @@
     assert((7&(int)(&temp_block[0])) == 0); //did gcc align it correctly?
 
     //s->fdct (block);
-    ff_fdct_mmx (block); //cant be anything else ...
+    RENAMEl(ff_fdct) (block); //cant be anything else ...
 
     if (s->mb_intra) {
         int dummy;