Commit 1619e32b authored by diego's avatar diego

Use gmake instead of make on *BSD.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4936 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b11e411
......@@ -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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment