remove -d to make libtool on OSX happy patch by ("Steven M. Schultz": sms, 2BSD COM )

Originally committed as revision 4499 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Steven M. Schultz 2005-08-09 23:34:50 +00:00 committed by Michael Niedermayer
parent 2a4e872b05
commit f2af0e5e54
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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