[FFmpeg-cvslog] r18759 - branches/0.5/configure
ramiro
subversion
Wed May 6 17:29:59 CEST 2009
Author: ramiro
Date: Wed May 6 17:29:59 2009
New Revision: 18759
Log:
Backport r18214 from trunk.
Modified:
branches/0.5/configure
Modified: branches/0.5/configure
==============================================================================
--- branches/0.5/configure Wed May 6 17:25:30 2009 (r18758)
+++ branches/0.5/configure Wed May 6 17:29:59 2009 (r18759)
@@ -1569,7 +1569,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
check_cflags -fno-common
More information about the ffmpeg-cvslog
mailing list