Module: libav Branch: master Commit: a3222470de7b1440534a98d32e425ef9ea6e5384
Author: Mans Rullgard <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Tue Sep 4 15:20:45 2012 +0100 build: disable ranlib on mingw Using ranlib is not required but prevents using the libraries with msvc. Signed-off-by: Mans Rullgard <[email protected]> Signed-off-by: Martin Storsjö <[email protected]> --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 1d889d6..7f95acf 100755 --- a/configure +++ b/configure @@ -2707,6 +2707,7 @@ case $target_os in 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" dlltool="${cross_prefix}dlltool" + ranlib=: enable dos_paths check_cflags -fno-common check_cpp_condition _mingw.h "defined (__MINGW64_VERSION_MAJOR) || (__MINGW32_MAJOR_VERSION > 3) \ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
