[Ffmpeg-devel] [PATCH] let ffmpeg build with make -jN
Diego Biurrun
diego
Tue Sep 12 16:42:01 CEST 2006
On Tue, Sep 12, 2006 at 01:37:05PM +0200, Luca Barbato wrote:
> Diego Biurrun wrote:
>
> > What do you have in mind?
>
> Something like
>
> --- 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.
Commit.
Diego
More information about the ffmpeg-devel
mailing list