summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-04 23:56:03 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-04 23:56:03 +0000
commit56acf06a21ac50c2f4c5068b5c1c70a5f7be4be4 (patch)
treeb345dc1616c55e3c6054b970fcb90bd41897e1d7 /configure
parent5d58d4a310b1ce9d4b19c1ebe52be8d0cbc6588b (diff)
downloadmpv-56acf06a21ac50c2f4c5068b5c1c70a5f7be4be4.tar.bz2
mpv-56acf06a21ac50c2f4c5068b5c1c70a5f7be4be4.tar.xz
force ppc arch and 10.3.9 sys lib on ppc mac
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21504 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 69a2951ffc..2fa0ac0297 100755
--- a/configure
+++ b/configure
@@ -7132,6 +7132,8 @@ if darwin ; then
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"
if x86 ; then
CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
+ else
+ CFLAGS="$CFLAGS -arch ppc -isysroot /Developer/SDKs/MacOSX10.3.9.sdk"
fi
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
CFLAGS="$CFLAGS -no-cpp-precomp"