[MPlayer-users] failed to build: No rule to make target `libavcodec/x86/x86inc.asm'

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Sep 17 16:43:06 CEST 2011


On Fri, Sep 16, 2011 at 03:49:30PM +0100, Mikhail Ramendik wrote:
> But "make" broke down with the following result:
> 
> make[1]: *** No rule to make target `libavcodec/x86/x86inc.asm',
> needed by `libavcodec/x86/ac3dsp.o'.  Stop.
> make[1]: Leaving directory `/home/irisha/source/mplayer/mplayer/ffmpeg'
> make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2

Just to make clear: This is due to an old .d file lying around, claiming
that to compile libavcodec/x86/ac3dsp a file named
libavcodec/x86/x86inc.asm is required - however that file is no longer
there but was moved to libavutil.
"make distclean" removes the .d files, which fixes the issue.


More information about the MPlayer-users mailing list