[MPlayer-dev-eng] [PATCH] Fix MPlayer to compile on Darwin/x86_86

Diego Biurrun diego at biurrun.de
Tue Jun 2 11:45:05 CEST 2009


On Tue, Jun 02, 2009 at 11:31:29AM +0200, Guillaume POIRIER wrote:
> With the attached patch and the following configure flags:
> 
> ./configure --disable-macosx-finder --disable-macosx-bundle --disable-qtx
> --cc="gcc-4.2 -arch x86_64" --target=x86_64-darwin

--disable-macosx-finder and --disable-macosx-bundle should be
unnecessary, they default to disabled.

Why not --extra-cflags="-arch x86_64" instead of
--cc="gcc-4.2 -arch x86_64"?

Diego



More information about the MPlayer-dev-eng mailing list