diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-02-04 11:43:22 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-02-04 11:43:22 +0000 |
commit | 21d1cb12f8e27cdb45b9784600aa5fb1278daa60 (patch) | |
tree | 9aa3c463b3aaea9a857d6a5dd6d084a2c6027ac1 /doc | |
parent | b7d690f89d39de91cce2e3feb18f775c56ff4af5 (diff) | |
download | ffmpeg-21d1cb12f8e27cdb45b9784600aa5fb1278daa60.tar.gz |
GNU Make is necessary on *BSD.
Originally committed as revision 4937 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-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 846141515e..95727caebb 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -876,6 +876,9 @@ features only found in GCC 3.2. @section BSD +BSD make will not build FFmpeg, you need to install and use GNU Make +(@file{gmake}). + @section Windows @subsection Native Windows compilation |