diff options
author | Steven M. Schultz <sms@2bsd.com> | 2005-08-09 23:34:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-08-09 23:34:50 +0000 |
commit | f2af0e5e545168a6a4ae769b3c407f7065cfb74b (patch) | |
tree | e41c9ebf329e9ddcf12250aca43425cc03f9d876 | |
parent | 2a4e872b05055be1a21a190d1bac7d79dffbf37e (diff) | |
download | ffmpeg-f2af0e5e545168a6a4ae769b3c407f7065cfb74b.tar.gz |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*) |