From 5880d5b58dd273c48274895b40a4faa83de7ea6f Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Wed, 9 May 2007 21:38:26 +0000 Subject: Install MinGW shared libraries (dlls) to bindir Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index bc603f6..cd5221b 100755 --- a/configure +++ b/configure @@ -1151,6 +1151,7 @@ case $targetos in ;; mingw32*) targetos=mingw32 + shlibdir="$bindir" if enabled_all shared static; then cat <