Install MinGW shared libraries (dlls) to bindir
authorRamiro Polla <ramiro.polla@gmail.com>
Wed, 9 May 2007 21:38:26 +0000 (21:38 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Wed, 9 May 2007 21:38:26 +0000 (21:38 +0000)
Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index bc603f6..cd5221b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1151,6 +1151,7 @@ case $targetos in
     ;;
   mingw32*)
     targetos=mingw32
+    shlibdir="$bindir"
     if enabled_all shared static; then
         cat <<EOF
 You can only build one library type at once on MinGW.