summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 22:49:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 22:49:37 +0000
commit5f6965df5d5f5550a45611d20cdfb1e84bdde9d6 (patch)
treed1c60590a9813fc617dc2034ac3bea50fcdeac22 /libvo
parente2c0f539f6498f085744680bfe4862cd22e16662 (diff)
downloadmpv-5f6965df5d5f5550a45611d20cdfb1e84bdde9d6.tar.bz2
mpv-5f6965df5d5f5550a45611d20cdfb1e84bdde9d6.tar.xz
Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22735 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index d93dbfc1b2..81f97fe57a 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -22,6 +22,4 @@ SRCS_COMMON = aclib.c \
SRCS_COMMON-$(BITMAP_FONT) += font_load.c
SRCS_COMMON-$(FREETYPE) += font_load_ft.c
-CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil
-
include ../mpcommon.mak