summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-12-04 22:20:51 +0000
committerDiego Biurrun <diego@biurrun.de>2006-12-04 22:20:51 +0000
commit6bc0e1cfba12648bf6ea161d4f43b8a316baee94 (patch)
tree11aa611e90324457f830066a96e29f31e72488cb /configure
parent73fe1052dd7533243d48f7ee31eed5df95b924e0 (diff)
Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.
Originally committed as revision 7222 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c945836203..df230fbb26 100755
--- 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"