ffmpeg/libswscale/x86
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
..
rgb2rgb.c
rgb2rgb_template.c
scale.asm
swscale_mmx.c
swscale_template.c
yuv2rgb_mmx.c
yuv2rgb_template.c