diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-29 03:42:32 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-29 03:42:32 +0000 |
commit | 4b51fb1ce031f5a256b062231d46e4902ec5cc28 (patch) | |
tree | 287277645a3113e0174f36e12947bff288b809ed /configure | |
parent | be0395103af035d32f0e6bf57befe773849d742c (diff) | |
download | ffmpeg-4b51fb1ce031f5a256b062231d46e4902ec5cc28.tar.gz |
mingw32: Restore creation of import libraries. They are still not being
installed, but they're good for creating -dev packages.
Originally committed as revision 18214 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1607,7 +1607,7 @@ case $target_os in SLIB_INSTALL_EXTRA_CMD='-install -m 644 $(SUBDIR)$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib) "$(SHLIBDIR)/$(SLIBNAME:$(SLIBSUF)=.lib)"; \ install -m 644 $(SUBDIR)$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib) "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib)"' SLIB_UNINSTALL_EXTRA_CMD='rm -f "$(SHLIBDIR)/$(SLIBNAME:$(SLIBSUF)=.lib)"' - SHFLAGS='-shared -Wl,--output-def,$$(@:$(SLIBSUF)=.def) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base' + SHFLAGS='-shared -Wl,--output-def,$$(@:$(SLIBSUF)=.def) -Wl,--out-implib,$(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base' objformat="win32" enable dos_paths if ! enabled x86_64; then |