[FFmpeg-devel] [PATCH] Enable building 64bit FFmpeg on MacOSX

İsmail Dönmez ismail
Sat Mar 15 16:03:22 CET 2008


Hi,

MacOSX have a multilib configuration with defaulting to 32bit so
FFmpeg's configure check for 64bitness fails even with -m64 as you can
see :

[~]> gcc -m64 -dumpmachine
i686-apple-darwin9

To workaround this attached patch checks if CFLAGS contains -m64 and
then sets 64bit flags. This is similar to already existing -m32 check
in configure.

Please review and apply.

Thanks,
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: m64.patch
Type: application/octet-stream
Size: 435 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080315/39b156b1/attachment.obj>



More information about the ffmpeg-devel mailing list