[Ffmpeg-devel] [PATCH] let ffmpeg build with make -jN
Luca Barbato
lu_zero
Mon Sep 11 16:45:59 CEST 2006
Diego Biurrun wrote:
> 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.
Same as my patch ...
>
>> --- 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.
>
Then we should update the documentation about it
lu
More information about the ffmpeg-devel
mailing list