Index: libvo/Makefile =================================================================== RCS file: /cvsroot/mplayer/main/libvo/Makefile,v retrieving revision 1.51 diff -u -r1.51 Makefile --- libvo/Makefile 18 Aug 2005 12:59:19 -0000 1.51 +++ libvo/Makefile 31 Aug 2005 08:38:08 -0000 @@ -17,6 +17,11 @@ vo_yuv4mpeg.c \ $(OPTIONAL_SRCS) \ +LIBAV_INC = +ifeq ($(CONFIG_LIBAVUTIL),yes) +LIBAV_INC += -I../libavutil +endif + OBJS_TEMP=$(basename $(SRCS)) OBJS=$(OBJS_TEMP:%=%.o) @@ -25,6 +30,7 @@ endif CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \ + $(LIBAV_INC) \ $(FREETYPE_INC) \ $(SDL_INC) \ $(X11_INC) \