1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)

Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-01-06 02:30:03 +00:00
parent 620fe604a8
commit 4850b2d243

2
configure vendored
View File

@ -237,7 +237,7 @@ SHFLAGS="-dynamiclib"
extralibs=""
darwin="yes"
strip="strip -x"
LDFLAGS="-d"
LDFLAGS="-Wl,-d"
FFSLDFLAGS=-Wl,-bind_at_load
;;
MINGW32*)