[FFmpeg-devel] [PATCH] Fix MANGLE macro on MacOSX
İsmail Dönmez
ismail
Mon Mar 17 01:47:17 CET 2008
Hi,
On Mon, Mar 17, 2008 at 2:29 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> 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?
Not sure.
> anyway:
> [...]
> > - defined(__OS2__) || (defined (__OpenBSD__) && !defined(__ELF__))
> > + defined(__OS2__) || (defined (__OpenBSD__) || defined(__APPLE__) && !defined(__ELF__))
>
> looks wrong, it changes __OpenBSD__ behavior
I missed the extra parenthesis before __OPENBSD__ , fixed.
Regards,
ismail
--
Never learn by your mistakes, if you do you may never dare to try again.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mangle.patch
Type: application/octet-stream
Size: 831 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080317/e59f2c5a/attachment.obj>
More information about the ffmpeg-devel
mailing list