<br><br><div class="gmail_quote">On Tue, Apr 30, 2013 at 4:41 PM, Gonzalo Garramuno <span dir="ltr"><<a href="mailto:ggarra13@gmail.com" target="_blank">ggarra13@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
make: *** No rule to make target `libavcodec/x86/dsputil_rnd_<u></u>template.c', needed by `libavcodec/x86/dsputil_mmx.o'<br>
<br>
After I manually added the file, the compilation later failed with:<br>
<br>
make: *** No rule to make target `doc/all-components.texi', needed by `doc/ffmpeg.pod'.  Stop.<br>
<br></blockquote><div><br></div><div>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.</div><div>Also, make sure things like "ccache" are not intereferring. </div>
</div>