summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-10 13:38:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-10 13:38:57 +0000
commit446980680f5e0b372b38de9183dee33c9d3923a6 (patch)
tree93a09656a2188092063d8ef1133e731db26df27d
parentb4546308e8787b652b43e8f8763af01b1246544f (diff)
downloadmpv-446980680f5e0b372b38de9183dee33c9d3923a6.tar.bz2
mpv-446980680f5e0b372b38de9183dee33c9d3923a6.tar.xz
Remove unnecessary Darwin default CFLAGS and LDFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29165 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index bad4584b61..d7963b6d4f 100755
--- a/configure
+++ b/configure
@@ -1430,8 +1430,6 @@ if netbsd || dragonfly ; then
fi
if darwin; then
- extra_ldflags="$extra_ldflags -L/usr/local/lib"
- extra_cflags="$extra_cflags -I/usr/local/include"
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
_timer=timer-darwin.c
fi