git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73fe105
)
Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 4 Dec 2006 22:20:51 +0000
(22:20 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 4 Dec 2006 22:20:51 +0000
(22:20 +0000)
Originally committed as revision 7222 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
c945836
..
df230fb
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-746,7
+746,7
@@
mingw32="yes"
;;
CYGWIN*)
targetos=CYGWIN
-shlibdir=
'${PREFIX}/bin'
+shlibdir=
"$bindir"
video4linux="no"
video4linux2="no"
audio_oss="yes"