[MPlayer-dev-eng] [PATCH] Fix MPlayer to compile on Darwin/x86_86
Guillaume POIRIER
poirierg at gmail.com
Tue Jun 2 23:34:38 CEST 2009
Hi,
On Tue, Jun 2, 2009 at 11:45 AM, Diego Biurrun <diego at biurrun.de> wrote:
> 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.
That's true.
Why not --extra-cflags="-arch x86_64" instead of
> --cc="gcc-4.2 -arch x86_64"?
Because then linking stage breaks, so I need to pass both --extra-cflags
and --extra-ldflags... and since I'm lazy... ;-)
Cheers,
Guillaume
--
Only a very small fraction of our DNA does anything; the rest is all
comments and ifdefs.
Mark Twain <http://www.brainyquote.com/quotes/authors/m/mark_twain.html> -
"There is no sadder sight than a young pessimist."
More information about the MPlayer-dev-eng
mailing list