From 4850b2d243f2f62617029335e6a7cd7a0c7d8afc Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 6 Jan 2004 02:30:03 +0000 Subject: [PATCH] LDFLAGS fix by ("Steven M. Schultz" ) Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d70c81f..4c210e1 100755 --- a/configure +++ b/configure @@ -237,7 +237,7 @@ SHFLAGS="-dynamiclib" extralibs="" darwin="yes" strip="strip -x" -LDFLAGS="-d" +LDFLAGS="-Wl,-d" FFSLDFLAGS=-Wl,-bind_at_load ;; MINGW32*) -- 2.7.4