FFmpeg/libswscale
Mans Rullgard 8135c35528 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 f344903ca5)

Conflicts:

	libswscale/swscale_template.c

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-11-05 09:04:11 +01:00
..
cs_test.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
internal_bfin.S Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
libswscale.v fix version script for libswscale 2010-02-02 20:16:46 +00:00
Makefile Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
rgb2rgb.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
rgb2rgb.h Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
rgb2rgb_template.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
swscale-example.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
swscale.c fix compilation issue on powerpc 2010-03-12 20:35:04 +00:00
swscale.h Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
swscale_altivec_template.c Merge LGPL relicensing of AltiVec optimizations. 2009-04-13 10:15:48 +00:00
swscale_avoption.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
swscale_bfin.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
swscale_internal.h Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
swscale_template.c Fix MMX rgb24 to yuv conversion with gcc 4.6 2011-11-05 09:04:11 +01:00
yuv2rgb.c Merge remaining changes to make libswscale usable in LGPL mode from trunk. 2009-07-05 20:35:02 +00:00
yuv2rgb_altivec.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
yuv2rgb_bfin.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
yuv2rgb_mlib.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
yuv2rgb_template.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00
yuv2rgb_vis.c Add a copy of libswscale into the branch instead of using svn:external. 2009-04-13 10:00:56 +00:00