From b9a793eec8308e13e66e66dfef7f9733f1ab6823 Mon Sep 17 00:00:00 2001 From: Zuxy Meng Date: Tue, 15 May 2007 19:30:07 +0000 Subject: [PATCH] Building both shared and static libraries is now possible on MinGW. patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 9030 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure b/configure index c9bbdc858e..7a1630cd75 100755 --- a/configure +++ b/configure @@ -1161,15 +1161,6 @@ case $targetos in mingw32*) targetos=mingw32 shlibdir="$bindir" - if enabled_all shared static; then - cat <