[MPlayer-dev-eng] [PATCH] 32 bit mplayer on 64 bit system
Guillaume POIRIER
guillaume.poirier at etudiant.univ-rennes1.fr
Fri Feb 11 21:47:52 CET 2005
Le mercredi 02 février 2005 à 20:51 +0100, Reimar Döffinger a écrit :
> Hi,
> On Sun, Jan 30, 2005 at 02:30:56PM +0100, Reimar Döffinger wrote:
> > the attached patch allows to compile MPlayer as a 32 bit application on
> > a 64 bit system (if you have all neccessary libs as 32 bit variants).
> > Is it okay to apply?
>
> Ok, drop it. The following works:
> ./configure --target=athlon_xp --cc="gcc -m32" --as="as --32"
> --with-extralibdir=/usr/lib
>
> Now if somebody could put this in a good place in the DOCS...
I tested yesterday. I doesn't work "as this" as the configure script
bitches about not finding the appropriate headers (a file called
inittype.h from the top of my head).
I guess you need part of the compilation chain to be 32-bits
"aware" (but not like J. C. Van Damme, what a relief)!
I'll investigate in that area and propose a patch for the doc
accordingly so that our Dear Joe doesn't complain about this very issue.
Regards,
Guillaume
More information about the MPlayer-dev-eng
mailing list