diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-05-09 21:38:26 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-05-09 21:38:26 +0000 |
commit | 5880d5b58dd273c48274895b40a4faa83de7ea6f (patch) | |
tree | 058d17fd88309cd31ce2c284c213ae13c830fa7f /configure | |
parent | fa8842948982736a8f461d204df86cee0bfeedf5 (diff) | |
download | ffmpeg-5880d5b58dd273c48274895b40a4faa83de7ea6f.tar.gz |
Install MinGW shared libraries (dlls) to bindir
Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |