From 6bc0e1cfba12648bf6ea161d4f43b8a316baee94 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 4 Dec 2006 22:20:51 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"