From ed5e0e9eeca9278bafcd722b69a523fc59fa58ec Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 1 Dec 2006 11:27:21 +0000 Subject: Add libav include paths to CFLAGS without indirection. This Makefile was skipped in the initial commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21409 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/Makefile b/libvo/Makefile index d6549593f9..d5406846e1 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -25,9 +25,9 @@ SRCS2 = aclib.c \ SRCS2-$(BITMAP_FONT) += font_load.c SRCS2-$(FREETYPE) += font_load_ft.c -LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil +CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil -CFLAGS = -I../osdep $(LIBAV_INC) +CFLAGS = -I../osdep include ../mpcommon.mak -- cgit v1.2.3