diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-08-28 21:14:13 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-09-21 23:50:09 +0200 |
commit | a582b028a416a29e60b4748b2ae4221ada11c2b8 (patch) | |
tree | 1d555db56fc34278db6edcb584e0c29180016df6 /libavcodec/eac3dec.c | |
parent | 5d833dd29985b53789304b350ac229abd4de0ff6 (diff) | |
download | ffmpeg-a582b028a416a29e60b4748b2ae4221ada11c2b8.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/eac3dec.c')
0 files changed, 0 insertions, 0 deletions