Browse Source

Install MinGW shared libraries (dlls) to bindir

Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla 19 years ago
parent
commit
5880d5b58d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure View File

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