Use gmake instead of make on *BSD.

patch by Dieter, freebsd ^^at^^ sopwith ^^dot^^ solgatos ^^dot^^ com

Originally committed as revision 4936 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Dieter 2006-02-04 11:37:41 +00:00 committed by Diego Biurrun
parent f9c5c13af5
commit b7d690f89d
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ sources to put the objects at that place. In that case, use an
absolute path when launching 'configure',
e.g. /ffmpegdir/ffmpeg/configure.
2) Then type 'make' to build ffmpeg.
2) Then type 'make' to build ffmpeg. On BSD systems, type 'gmake'
instead of 'make'. You may need to install GNU make first.
3) Type 'make install' to install ffmpeg and ffserver in
/usr/local/bin.