summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-05-09 21:38:26 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-05-09 21:38:26 +0000
commit5880d5b58dd273c48274895b40a4faa83de7ea6f (patch)
tree058d17fd88309cd31ce2c284c213ae13c830fa7f /configure
parentfa8842948982736a8f461d204df86cee0bfeedf5 (diff)
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-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index bc603f6929..cd5221bfe6 100755
--- 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.