aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12data.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-08-28 21:14:13 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-09-20 19:05:51 +0200
commitc928e9172928f3cddab949b107dd53b6bf79555e (patch)
tree9677a9a52599fb40b5cce285be6edbe1994be9ea /libavcodec/mpeg12data.c
parentcadbe4ecd19a8bba01f51342dc3d8c157737167e (diff)
downloadffmpeg-c928e9172928f3cddab949b107dd53b6bf79555e.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>
Diffstat (limited to 'libavcodec/mpeg12data.c')
0 files changed, 0 insertions, 0 deletions