[MPlayer-dev-eng] [PATCH] Fix crash when using win32 codecs on mac osx / intel

Diego Biurrun diego at biurrun.de
Fri Aug 24 02:15:59 CEST 2007


On Fri, Aug 24, 2007 at 08:10:40AM +0800, Ulion wrote:
> 2007/8/24, Diego Biurrun <diego at biurrun.de>:
> >
> > No, sorry, you are right, I misread.  However, it is not necessary to
> > check for ARCH_X86, the loader works only on x86 anyway.
> 
> I think it's necessary, because gcc will only accept the flag on Intel X86.
> To prevent from breaking compile, it's worth to limit the arch.

I'll try to be more explicit: The loader does not only work on just the
x86 architecture, it is also only compiled on that architecture.  Thus,
the compile cannot be broken by omitting this test.  The test is
completely redundant since configure only enables the loader on x86.

Diego



More information about the MPlayer-dev-eng mailing list