diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-10-17 17:45:34 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-10-17 17:45:34 +0000 |
commit | e75f899784bbc6cf11e1a3c7f192ed4c278f2f61 (patch) | |
tree | d8dc0c97221508b5f07039f874ae7ba7b0d6a36b /doc/faq.texi | |
parent | 0e872a4805b6442401f546d7fa48a1e7065287f5 (diff) | |
download | ffmpeg-e75f899784bbc6cf11e1a3c7f192ed4c278f2f61.tar.gz |
Add entry about pr not being present in standard MSYS install.
Originally committed as revision 10769 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-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 8e27780a11..b14ea9f43e 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -434,6 +434,10 @@ and libmpdemux/demux_lavf.c in MPlayer sources. The standard MSys bash (2.04) is broken. You need to install 2.05 or later. +@section I get "./configure: line <xxx>: pr: command not found" in MSys. + +The standard MSys install doesn't come with pr. You need to get it from the coreutils package. + @section I tried to pass RTP packets into a decoder, but it doesn't work. RTP is a container format like any other, you must first depacketize the |