From 607067d6a7e276e9348709ad701255b5a9d6b2d2 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 1 Sep 2005 10:44:46 +0000 Subject: Add -I../libavutil to the includes to fix building vo_zr[2]. patch by Corey Hickey git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16332 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libvo/Makefile') diff --git a/libvo/Makefile b/libvo/Makefile index 53ebebb3ed..19b1c4dade 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -17,6 +17,11 @@ SRCS=aclib.c \ 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 @@ SRCS += vosub_vidix.c endif CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \ + $(LIBAV_INC) \ $(FREETYPE_INC) \ $(SDL_INC) \ $(X11_INC) \ -- cgit v1.2.3