Mercurial > mplayer.hg
comparison libvo/Makefile @ 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 | 947f679ee12e |
children | 254e55a37c6d |
comparison
equal
deleted
inserted
replaced
21392:d0bbb003112d | 21393:df86c5cf22ae |
---|---|
23 sub.c \ | 23 sub.c \ |
24 | 24 |
25 SRCS2-$(BITMAP_FONT) += font_load.c | 25 SRCS2-$(BITMAP_FONT) += font_load.c |
26 SRCS2-$(FREETYPE) += font_load_ft.c | 26 SRCS2-$(FREETYPE) += font_load_ft.c |
27 | 27 |
28 LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil | 28 CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil |
29 | 29 |
30 CFLAGS = -I../osdep $(LIBAV_INC) | 30 CFLAGS = -I../osdep |
31 | 31 |
32 include ../mpcommon.mak | 32 include ../mpcommon.mak |
33 | 33 |
34 .m.o: | 34 .m.o: |
35 $(CC) -c $(CFLAGS) -o $@ $< | 35 $(CC) -c $(CFLAGS) -o $@ $< |