FFmpeg/libswscale
Reimar Döffinger c928e91729 Hack around gcc 4.6 breaking asm using call.
gcc 4.6 no longer decrements esp to account for local variables.
Thus using call will end up overwriting some local variable.
So add an extra one it can safely clobber.
This is a huge hack because it's basically pure chance it works,
no idea how this is supposed to be done.

Fixes trac ticket #397.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2011-09-20 19:05:51 +02:00
..
bfin
mlib
ppc
sparc
x86 Hack around gcc 4.6 breaking asm using call. 2011-09-20 19:05:51 +02:00
colorspace-test.c
libswscale.v
Makefile Merge remote-tracking branch 'qatar/master' 2011-09-13 23:44:12 +02:00
options.c
rgb2rgb_template.c
rgb2rgb.c
rgb2rgb.h
swscale_internal.h swscale: drop redundant code. 2011-09-14 00:32:18 +02:00
swscale_unscaled.c
swscale-test.c
swscale.c swscale: drop redundant code. 2011-09-14 00:32:18 +02:00
swscale.h
utils.c Merge remote-tracking branch 'qatar/master' 2011-09-15 23:10:26 +02:00
yuv2rgb.c