ffmpeg/libswscale
Mans Rullgard f344903ca5 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>
2011-02-13 01:42:32 +00:00
..
bfin consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
mlib consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
ppc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
sparc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
x86 consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
Makefile
colorspace-test.c colorspace-test: fix build 2010-12-07 15:27:11 +00:00
libswscale.v
options.c
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
swscale-test.c Remove a few if (p) av_freep(&p) forms 2011-02-04 10:00:49 +00:00
swscale.c
swscale.h
swscale_internal.h
swscale_template.c Fix MMX rgb24 to yuv conversion with gcc 4.6 2011-02-13 01:42:32 +00:00
utils.c
yuv2rgb.c