I goofed on the darwin LDFLAGS front. Till sourceforge install gcc3
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 28 Nov 2002 02:53:06 +0000 (02:53 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 28 Nov 2002 02:53:06 +0000 (02:53 +0000)
I can't actually test it fully.

Originally committed as revision 1288 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index e5a95a2..c28eec2 100755 (executable)
--- 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