diff options
author | Mans Rullgard <mans@mansr.com> | 2011-02-13 00:19:06 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-14 23:58:18 +0100 |
commit | 4064d770adb077e021b524a74225667404a3706e (patch) | |
tree | eb9a6ccd030ba487525487853d866f621eccb2bc /libavcodec/bink.c | |
parent | 62bacc4e0cfe16509f3b43675f83d1ac9d19ff5b (diff) | |
download | ffmpeg-4064d770adb077e021b524a74225667404a3706e.tar.gz |
Fix MMX rgb24 to yuv conversion with gcc 4.6
When built with gcc 4.6, the MMX rgb24 to yuv conversion gives
wrong output. The compiler produces this warning:
libswscale/swscale_template.c:1885:5: warning: use of memory input without lvalue in asm operand 4 is deprecated
Changing the memory operand to a register makes it work.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f344903ca5ce28a833fdd656bc1ed5b16d97e7e9)
Diffstat (limited to 'libavcodec/bink.c')
0 files changed, 0 insertions, 0 deletions