Mercurial > mplayer.hg
diff configure @ 18104:7b408d60de9e
add support for intel mac. mp3lib is not fixed yet.
author | nplourde |
---|---|
date | Sat, 15 Apr 2006 20:46:54 +0000 |
parents | 3c8aa5261e80 |
children | a49f23a8f1ba |
line wrap: on
line diff
--- a/configure Sat Apr 15 16:47:25 2006 +0000 +++ b/configure Sat Apr 15 20:46:54 2006 +0000 @@ -6972,7 +6972,10 @@ echores "$_crash_debug" if darwin ; then - CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN" + CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN" + if x86 ; then + CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" + fi if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then CFLAGS="$CFLAGS -no-cpp-precomp" fi