diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-01 11:27:21 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-01 11:27:21 +0000 |
commit | ed5e0e9eeca9278bafcd722b69a523fc59fa58ec (patch) | |
tree | 4d18bd65304f5923edc0e4e4bf2963a2e75b60c4 | |
parent | ccb6adc9efd6cb7fa99597454a372471660672bc (diff) |
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
-rw-r--r-- | libvo/Makefile | 4 |
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 |