Mercurial > mplayer.hg
changeset 21393:df86c5cf22ae
Add libav include paths to CFLAGS without indirection.
This Makefile was skipped in the initial commit.
author | diego |
---|---|
date | Fri, 01 Dec 2006 11:27:21 +0000 |
parents | d0bbb003112d |
children | 3fbaca74f486 |
files | libvo/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/Makefile Fri Dec 01 11:24:19 2006 +0000 +++ b/libvo/Makefile Fri Dec 01 11:27:21 2006 +0000 @@ -25,9 +25,9 @@ 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