[MPlayer-dev-eng] Missing path for XviD header on Makefile

Jan Knutar jknutar at nic.fi
Fri Mar 24 12:37:53 CET 2006


On Friday 24 March 2006 13:27, Roberto Gordo Saez wrote:
> MPlayer cvs source fails to compile when xvid.h header is located on
> some non standard place (configure --with-xvidincdir does not work).
> Actually, the problem is on libavcodec Makefile, because it does not
> use $(XVID_INC).
> 
> I think that libavcodec/Makefile is missing something like this:
> 
> ifeq ($(CONFIG_XVID),yes)
> CFLAGS += $(XVID_INC)
> endif

ffmpeg doesn't use $(XVID_INC) or any other stuff... it should be
appended to some other flags for lavc?




More information about the MPlayer-dev-eng mailing list