[FFmpeg-devel] [PATCH] Enable building 64bit FFmpeg on MacOSX
Reimar Döffinger
Reimar.Doeffinger
Sat Mar 15 16:14:30 CET 2008
On Sat, Mar 15, 2008 at 05:03:22PM +0200, ?smail D?nmez wrote:
> 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.
I don't want to object, but I hope we agree and keep in mind that this
CFLAGS checking is a really ugly hack...
Greetings,
Reimar D?ffinger
More information about the ffmpeg-devel
mailing list