From 21d1cb12f8e27cdb45b9784600aa5fb1278daa60 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 4 Feb 2006 11:43:22 +0000 Subject: [PATCH] GNU Make is necessary on *BSD. Originally committed as revision 4937 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffmpeg-doc.texi | 3 +++ 1 file changed, 3 insertions(+) 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