removing esp usage
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 6 May 2006 02:01:39 +0000 (02:01 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 6 May 2006 02:01:39 +0000 (02:01 +0000)
commit46fe31a019364fbc0b15b78fb0dc5f5d253cf688
tree2d0e946a4e39e54734c4e6df243b5ce2973859bc
parent09786209e6d9fd4beed46f06545f209643a5a75e
removing esp usage
this is certainly not the most beautifull but it should work without -fomit-frame-pointer and PIC and gcc-4 vomits when ebp is given in a constraint directly even with -fomi-frame-pointer so theres not that much choice ...
if anyone knows a simpler/cleaner solution, dont hesitate to suggest it ...

Originally committed as revision 18393 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/swscale_template.c