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
pull/126/head
Dieter 19 years ago committed by Diego Biurrun
parent f9c5c13af5
commit b7d690f89d
  1. 3
      INSTALL

@ -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.

Loading…
Cancel
Save