[MPlayer-dev-eng] [PATCH] fix compilation on intel mac
Mohammad A. Haque
mhaque at haque.net
Mon Apr 10 14:49:26 CEST 2006
On Apr 10, 2006, at 6:44 AM, Nicolas Plourde wrote:
>
> 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?
Hi
Just joined the listed yesterday. Found your patch in the archives.
Looking at a patch submitted for ffmpeg, is there any reason for not
replacing .align with .p2align instead of doing symbol mangling?
Looking forward to getting things working so I can resume putting up
mplayerosx builds <http://www.haque.net/software/mplayerosx/cvs/>.
--
=====================================================================
Mohammad A. Haque http://www.haque.net/
mhaque at haque.net
"Alcohol and calculus don't mix.
Don't drink and derive." --Unknown
=====================================================================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2415 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060410/4ecf601f/attachment.bin>
More information about the MPlayer-dev-eng
mailing list