summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-01 11:27:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-01 11:27:21 +0000
commited5e0e9eeca9278bafcd722b69a523fc59fa58ec (patch)
tree4d18bd65304f5923edc0e4e4bf2963a2e75b60c4 /libvo
parentccb6adc9efd6cb7fa99597454a372471660672bc (diff)
downloadmpv-ed5e0e9eeca9278bafcd722b69a523fc59fa58ec.tar.bz2
mpv-ed5e0e9eeca9278bafcd722b69a523fc59fa58ec.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile4
1 files changed, 2 insertions, 2 deletions
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