diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-02-22 14:45:53 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-02-22 14:45:53 +0000 |
commit | f2d64c19685df2f3b28e31fc6a3bfb02f87c36da (patch) | |
tree | 129b171fa7d4a730c7054030cb0f523875c1e8a1 /doc/ffmpeg-doc.texi | |
parent | 4eaf1ddf605d277f63a2217257e70637184dd1b2 (diff) | |
download | ffmpeg-f2d64c19685df2f3b28e31fc6a3bfb02f87c36da.tar.gz |
warn that under windows, bash <3.1 may fail on configure
Originally committed as revision 8076 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 40bed30f1c..798611c1d9 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1109,6 +1109,9 @@ the FFmpeg Windows Help Forum at @url{http://www.mingw.org/}. You can find detailed installation instructions in the download section and the FAQ. +NOTE: Use at least bash 3.1. Older versions are known to be failing on the +configure script. + @item If you want to test the FFplay, also download the MinGW development library of SDL 1.2.x (@file{SDL-devel-1.2.x-mingw32.tar.gz}) from |