aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-08-28 21:14:13 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-09-21 23:50:05 +0200
commitf36cea267381571488070d3d6b8290359f3f94d3 (patch)
tree176cf54dd8381c92e37bb9ce919d2a31c493028c /libavcodec
parentbf7dc6b29d785f149f18c39db021413e08735546 (diff)
downloadffmpeg-f36cea267381571488070d3d6b8290359f3f94d3.tar.gz
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> (cherry picked from commit c928e9172928f3cddab949b107dd53b6bf79555e)
Diffstat (limited to 'libavcodec')
0 files changed, 0 insertions, 0 deletions