diff options
author | Dieter <freebsd@sopwith.solgatos.com> | 2006-02-04 11:37:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-02-04 11:37:41 +0000 |
commit | b7d690f89d39de91cce2e3feb18f775c56ff4af5 (patch) | |
tree | 2b6f6d4ec71503ee251dbf305f77a8e17d74dde2 /INSTALL | |
parent | f9c5c13af51b960ab0094355cd356cfa3caec0b7 (diff) | |
download | ffmpeg-b7d690f89d39de91cce2e3feb18f775c56ff4af5.tar.gz |
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
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |