On Tue, Apr 30, 2013 at 4:41 PM, Gonzalo Garramuno <[email protected]>wrote:

> make: *** No rule to make target `libavcodec/x86/dsputil_rnd_**template.c',
> needed by `libavcodec/x86/dsputil_mmx.o'
>
> After I manually added the file, the compilation later failed with:
>
> make: *** No rule to make target `doc/all-components.texi', needed by
> `doc/ffmpeg.pod'.  Stop.
>
>
You need to do a "make clean" or "make distclean" to get rid of all files
which no longer exist, afterwards it'll work again.
Also, make sure things like "ccache" are not intereferring.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to