[FFmpeg-devel] [PATCH] Fix MANGLE macro on MacOSX
Michael Niedermayer
michaelni
Mon Mar 17 01:29:17 CET 2008
On Sat, Mar 15, 2008 at 02:18:25AM +0200, ?smail D?nmez wrote:
> Hi,
>
> Attached patch fixes MANGLE macro on MacOSX, regtested with no new
> regressions. With this patch you can now compile a 64bit ffmpeg on
> MacOSX without using --disable-mmx.
Do we have a maintainer for x86-macosx?
anyway:
[...]
> - defined(__OS2__) || (defined (__OpenBSD__) && !defined(__ELF__))
> + defined(__OS2__) || (defined (__OpenBSD__) || defined(__APPLE__) && !defined(__ELF__))
looks wrong, it changes __OpenBSD__ behavior
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
it is not once nor twice but times without number that the same ideas make
their appearance in the world. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080317/08e5706a/attachment.pgp>
More information about the ffmpeg-devel
mailing list