summaryrefslogtreecommitdiff
path: root/libavcodec/bink.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-13 00:19:06 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-02-14 23:58:18 +0100
commit4064d770adb077e021b524a74225667404a3706e (patch)
treeeb9a6ccd030ba487525487853d866f621eccb2bc /libavcodec/bink.c
parent62bacc4e0cfe16509f3b43675f83d1ac9d19ff5b (diff)
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