diff options
author | Ramiro Polla <ramiro@lisha.ufsc.br> | 2006-10-04 16:05:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-04 16:05:00 +0000 |
commit | e97664508767402167f0497d540fdab152c83a63 (patch) | |
tree | 00075fcf99e5510866f3d832f2e70af386a2f7a7 | |
parent | c55f606397fd797a1ee1bb431d9a0b1387924824 (diff) | |
download | ffmpeg-e97664508767402167f0497d540fdab152c83a63.tar.gz |
MSys bash 2.04 is broken.
patch by Ramiro Polla, angustia (at) arrozcru no-ip org
Originally committed as revision 6554 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/faq.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index fc83662484..d7eed92f8f 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -308,4 +308,8 @@ the silver bullet that solves this problem, feel free to shoot it at us. You have to implement a URLProtocol, see libavformat/file.c in FFmpeg and libmpdemux/demux_lavf.c in MPlayer sources. +@section I get "No compatible shell script interpreter found." in MSys. + +The standard MSys bash (2.04) is broken. You need to install 2.05 or later. + @bye |