[MPlayer-cvslog] r35673 - trunk/libmpcodecs/vf_ass.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Dec 13 08:42:40 CET 2012



On 13 Dec 2012, at 03:17, upsuper <subversion at mplayerhq.hu> wrote:

> Author: upsuper
> Date: Thu Dec 13 03:17:27 2012
> New Revision: 35673
> 
> Log:
> Reduce register usage to fix the compilation in x86.

That reduces the registers used to 6 (assuming the compiler figures it out).
So it still will not compile if both ebx and ebp are unavailable (debug build with PIC for example. Note that e.g. Gentoo hardened compilers will force PIC even for binaries, not just shared objects).


More information about the MPlayer-cvslog mailing list