diff i386/mpegvideo_mmx_template.c @ 4196:fbac0859753d libavcodec

move some CFLAGS settings away from config.* writing section
author mru
date Tue, 14 Nov 2006 03:12:29 +0000
parents 8535fcac43c1
children bbe0bc387a19
line wrap: on
line diff
--- a/i386/mpegvideo_mmx_template.c	Tue Nov 14 00:56:56 2006 +0000
+++ b/i386/mpegvideo_mmx_template.c	Tue Nov 14 03:12:29 2006 +0000
@@ -139,7 +139,7 @@
             "movzb %%al, %%"REG_a"              \n\t" // last_non_zero_p1
             : "+a" (last_non_zero_p1)
             : "r" (block+64), "r" (qmat), "r" (bias),
-              "r" (inv_zigzag_direct16+64), "r" (temp_block+64)
+              "r" (ff_inv_zigzag_direct16+64), "r" (temp_block+64)
         );
         // note the asm is split cuz gcc doesnt like that many operands ...
         asm volatile(
@@ -185,7 +185,7 @@
             "movzb %%al, %%"REG_a"              \n\t" // last_non_zero_p1
             : "+a" (last_non_zero_p1)
             : "r" (block+64), "r" (qmat+64), "r" (bias+64),
-              "r" (inv_zigzag_direct16+64), "r" (temp_block+64)
+              "r" (ff_inv_zigzag_direct16+64), "r" (temp_block+64)
         );
         // note the asm is split cuz gcc doesnt like that many operands ...
         asm volatile(