diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-01-06 02:30:03 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-01-06 02:30:03 +0000 |
commit | 4850b2d243f2f62617029335e6a7cd7a0c7d8afc (patch) | |
tree | c685646af6ad900eb4310ebd107229374688f44e | |
parent | 620fe604a800f1da05bff714e4049a7e615b92d3 (diff) | |
download | ffmpeg-4850b2d243f2f62617029335e6a7cd7a0c7d8afc.tar.gz |
LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ SHFLAGS="-dynamiclib" extralibs="" darwin="yes" strip="strip -x" -LDFLAGS="-d" +LDFLAGS="-Wl,-d" FFSLDFLAGS=-Wl,-bind_at_load ;; MINGW32*) |