[Ffmpeg-cvslog] r8059 - trunk/libavcodec/i386/dsputil_h264_template_mmx.c
michael
subversion
Thu Feb 22 01:04:36 CET 2007
Author: michael
Date: Thu Feb 22 01:04:36 2007
New Revision: 8059
Modified:
trunk/libavcodec/i386/dsputil_h264_template_mmx.c
Log:
gcc 2.95 fix
Modified: trunk/libavcodec/i386/dsputil_h264_template_mmx.c
==============================================================================
--- trunk/libavcodec/i386/dsputil_h264_template_mmx.c (original)
+++ trunk/libavcodec/i386/dsputil_h264_template_mmx.c Thu Feb 22 01:04:36 2007
@@ -188,8 +188,8 @@
"pxor %%mm7, %%mm7 \n\t"
"movd %5, %%mm2 \n\t"
"movd %6, %%mm3 \n\t"
- "movq %7, %%mm4 \n\t"
- "movq %7, %%mm5 \n\t"
+ "movq "MANGLE(ff_pw_8)", %%mm4\n\t"
+ "movq "MANGLE(ff_pw_8)", %%mm5\n\t"
"punpcklwd %%mm2, %%mm2 \n\t"
"punpcklwd %%mm3, %%mm3 \n\t"
"punpcklwd %%mm2, %%mm2 \n\t"
@@ -246,7 +246,7 @@
"sub $2, %2 \n\t"
"jnz 1b \n\t"
: "+r"(dst), "+r"(src), "+r"(h)
- : "r"((long)stride), "m"(ff_pw_32), "m"(x), "m"(y), "m"(ff_pw_8)
+ : "r"((long)stride), "m"(ff_pw_32), "m"(x), "m"(y)
);
}
More information about the ffmpeg-cvslog
mailing list