[MPlayer-cvslog] CVS: main configure,1.999,1.1000
Nicolas Plourde
nicolas.plourde at sympatico.ca
Sun May 15 22:15:36 CEST 2005
On 12-May-05, at 1:57 PM, Nicolas Plourde wrote:
>
> Here is my better solution. Apple gcc until 4.0 was only using
> Apple altivec but
> now they include both in gcc 4.0. Apple altivec is enable with the -
> faltivec we are
> using in mplayer, gnu altivec is anbled simply with -mcpu=G4/G5/any
> altivec equiped cpu.
>
> For backward compatibility reason we are stuck with -faltivec but
> apple added a define when using this flag
> __APPLE_ALTIVEC__. libmpeg2 was expecting altivec.h to be only
> present on gnu compiler and used
> HAVE_ALTIVEC_H to choose altivec path. this is not working for
> apple gcc 4.0 since altivec.h is there
> but apple altivec path is used in mplayer. here is my patch.
>
just commited a better all around solution.
====
Nicolas Plourde <nicolas.plourde at sympatico.ca>
More information about the MPlayer-cvslog
mailing list