diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-12-04 22:20:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-12-04 22:20:51 +0000 |
commit | 6bc0e1cfba12648bf6ea161d4f43b8a316baee94 (patch) | |
tree | 11aa611e90324457f830066a96e29f31e72488cb /configure | |
parent | 73fe1052dd7533243d48f7ee31eed5df95b924e0 (diff) | |
download | ffmpeg-6bc0e1cfba12648bf6ea161d4f43b8a316baee94.tar.gz |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -746,7 +746,7 @@ mingw32="yes" ;; CYGWIN*) targetos=CYGWIN -shlibdir='${PREFIX}/bin' +shlibdir="$bindir" video4linux="no" video4linux2="no" audio_oss="yes" |