mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/2/head
parent
cadbe4ecd1
commit
c928e91729
1 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue