projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa88429
)
Install MinGW shared libraries (dlls) to bindir
author
Ramiro Polla
<ramiro.polla@gmail.com>
Wed, 9 May 2007 21:38:26 +0000
(21:38 +0000)
committer
Ramiro 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
patch
|
blob
|
history
diff --git
a/configure
b/configure
index bc603f6929a4d8711dc93bf3a08b781df53aca1f..cd5221bfe623cfaf1d5dbb42fae13c9ce010e14e 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.