1 Nov 2010 20:35
r25628 - trunk/libavcodec/x86/dsputil_mmx.c
mstorsjo <subversion <at> mplayerhq.hu>
2010-11-01 19:35:51 GMT
2010-11-01 19:35:51 GMT
Author: mstorsjo
Date: Mon Nov 1 20:35:51 2010
New Revision: 25628
Log:
dsputil: Use explicit movzbl instead of movzx
This fixes compilation with the latest clang trunk version.
Patch by İsmail Dönmez, ismail at namtrac dot org
Modified:
trunk/libavcodec/x86/dsputil_mmx.c
Modified: trunk/libavcodec/x86/dsputil_mmx.c
==============================================================================
--- trunk/libavcodec/x86/dsputil_mmx.c Mon Nov 1 11:33:10 2010 (r25627)
+++ trunk/libavcodec/x86/dsputil_mmx.c Mon Nov 1 20:35:51 2010 (r25628)
<at> <at> -612,7 +612,7 <at> <at> static void add_hfyu_median_prediction_c
__asm__ volatile(
"mov %7, %3 \n"
"1: \n"
- "movzx (%3,%4), %2 \n"
+ "movzbl (%3,%4), %2 \n"
"mov %2, %k3 \n"
"sub %b1, %b3 \n"
"add %b0, %b3 \n"
_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog <at> mplayerhq.hu
(Continue reading)
RSS Feed