Mercurial > libavformat.hg
changeset 3206:55b18342ca1e libavformat
non-recursive makefiles
author | mru |
---|---|
date | Mon, 07 Apr 2008 21:16:31 +0000 |
parents | 204a79a06c9b |
children | 8f1c183e5193 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Apr 05 12:47:56 2008 +0000 +++ b/Makefile Mon Apr 07 21:16:31 2008 +0000 @@ -2,7 +2,7 @@ # libavformat Makefile # (c) 2000-2003 Fabrice Bellard # -include ../config.mak +include $(SUBDIR)../config.mak NAME = avformat FFLIBS = avcodec avutil @@ -198,4 +198,4 @@ OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o -include ../common.mak +include $(SUBDIR)../subdir.mak