: Re: : Re: [MPlayer-dev-eng] [PATCH] fix compilation on intel mac

Nicolas Plourde nicolas.plourde at gmail.com
Mon Apr 10 12:44:12 CEST 2006


On 9-Apr-06, at 3:45 PM, Martin Simmons wrote:
>
> The problem is that your version is equivalent to this:
>
>  #if defined(__CYGWIN__) || defined(__MINGW32__) || defined 
> (__OS2__) || \
> -   (defined(__OpenBSD__) && !defined(__ELF__))
> +   defined(__OpenBSD__) || \
> +   (defined(__APPLE__) && !defined(__ELF__))
>
> so it will change OpenBSD with ELF to add the underscore.  AFAIK,  
> ELF never
> has an underscore and also Apple never use ELF.

Humm... you are right. I fixing it. Anything else?

====
Nicolas Plourde <nicolas.plourde at gmail.com>






More information about the MPlayer-dev-eng mailing list