• Mans Rullgard's avatar
    Fix MMX rgb24 to yuv conversion with gcc 4.6 · f344903c
    Mans Rullgard authored
    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: 's avatarMans Rullgard <mans@mansr.com>
    f344903c
Name
Last commit
Last update
..
bfin Loading commit data...
mlib Loading commit data...
ppc Loading commit data...
sparc Loading commit data...
x86 Loading commit data...
Makefile Loading commit data...
colorspace-test.c Loading commit data...
libswscale.v Loading commit data...
options.c Loading commit data...
rgb2rgb.c Loading commit data...
rgb2rgb.h Loading commit data...
rgb2rgb_template.c Loading commit data...
swscale-test.c Loading commit data...
swscale.c Loading commit data...
swscale.h Loading commit data...
swscale_internal.h Loading commit data...
swscale_template.c Loading commit data...
utils.c Loading commit data...
yuv2rgb.c Loading commit data...