diff options
author | Mans Rullgard <mans@mansr.com> | 2011-02-13 00:19:06 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-11-05 08:59:14 +0100 |
commit | fe4a355805ea465737aea79956983ba5276b0be1 (patch) | |
tree | eb385b400495c0d5c950c284ced3071ea44c53c3 /libpostproc | |
parent | 88ea7ca6279720de9c8db0a4c9a2928e6c7f6061 (diff) | |
download | ffmpeg-fe4a355805ea465737aea79956983ba5276b0be1.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)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
Diffstat (limited to 'libpostproc')
0 files changed, 0 insertions, 0 deletions