aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-28 02:53:06 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-28 02:53:06 +0000
commit6207ba95f3010bc884e0ce815281bb610d4f7818 (patch)
treefb4c0f0c0cd7813dbbfe71e6300ff0b3e27060e2
parent4baca0690f827be32cb17ac57c44c89e63a6b516 (diff)
downloadffmpeg-6207ba95f3010bc884e0ce815281bb610d4f7818.tar.gz
I goofed on the darwin LDFLAGS front. Till sourceforge install gcc3
I can't actually test it fully. Originally committed as revision 1288 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e5a95a2945..c28eec2f71 100755
--- a/configure
+++ b/configure
@@ -133,7 +133,7 @@ SHFLAGS="-dynamiclib"
extralibs=""
darwin="yes"
strip="strip -x"
-LDFLAGS="$LDFLAGS -d"
+LDFLAGS="-d"
FFSLDFLAGS=-Wl,-bind_at_load
gcc_version="$($cc -v 2>&1 | grep version | cut -d ' ' -f4-)"
case "$gcc_version" in