Install MinGW shared libraries (dlls) to bindir

Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Ramiro Polla 18 years ago
parent fa88429489
commit 5880d5b58d
  1. 1
      configure

1
configure vendored

@ -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.

Loading…
Cancel
Save