[Ffmpeg-devel] [PATCH] let ffmpeg build with make -jN
Diego Biurrun
diego
Mon Sep 11 13:17:06 CEST 2006
On Wed, Sep 06, 2006 at 01:18:07AM +0200, Luca Barbato wrote:
> Currently ffmpeg depends on the creation of version.h
>
> having more than 3-4 concurrent make will end up in having it trying to
> build an object before having the version.h
'make depend' should fix this.
> --- Makefile (revision 6154)
> +++ Makefile (working copy)
> @@ -109,7 +109,7 @@
>
> -%.o: %.c
> +%.o: %.c .depend
> $(CC) $(CFLAGS) -c -o $@ $<
I don't like this much, it looks like papering over the real problem.
Diego
More information about the ffmpeg-devel
mailing list