[Ffmpeg-devel] [PATCH] let ffmpeg build with make -jN
Luca Barbato
lu_zero
Tue Sep 12 13:37:05 CEST 2006
Diego Biurrun wrote:
>
> What do you have in mind?
Something like
Index: INSTALL
===================================================================
--- INSTALL (revision 6239)
+++ INSTALL (working copy)
@@ -7,8 +7,11 @@
absolute path when launching 'configure',
e.g. /ffmpegdir/ffmpeg/configure.
-2) Then type 'make' to build ffmpeg. On BSD systems, type 'gmake'
-instead of 'make'. You may need to install GNU make first.
+2) Then type 'make depend' to prepare the build environment.
+On BSD systems, type 'gmake' instead of 'make'. You may need to
+install GNU make first.
+
+3) Then type 'make' to build ffmpeg.
-3) Type 'make install' to install ffmpeg and ffserver in
+4) Type 'make install' to install ffmpeg and ffserver in
/usr/local/bin.
More information about the ffmpeg-devel
mailing list