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

Roberto Gordo Saez roberto.gordo at gmail.com
Fri Mar 24 12:27:42 CET 2006


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




More information about the MPlayer-dev-eng mailing list