diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-12-22 05:25:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-12-22 05:25:56 +0000 |
commit | 754e97fa49e3d0b91ca4a588158be39159e04134 (patch) | |
tree | c50055ad58355ea10b0dc55da098963b1b92e10e | |
parent | 5e49e7628fc7551cdf993f6138c761cf3a8a7ca4 (diff) | |
download | ffmpeg-754e97fa49e3d0b91ca4a588158be39159e04134.tar.gz |
Remove duplicate line.
Originally committed as revision 7355 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -763,7 +763,6 @@ SLIBSUF=".dylib" SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)' SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)' FFSERVERLDFLAGS=-Wl,-bind_at_load -LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"' ;; MINGW32*) # Note: the rest of the mingw32 config is done afterwards as mingw32 |