X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/c09ed33e186ea0ba4ab96599bd69aea462aabeda..71c61f62a3ca855062c832ec2ed27e331221af45:/libavformat/Makefile diff --git a/libavformat/Makefile b/libavformat/Makefile index 5ac7ea1..6dd2c4e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -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_RTP_PROTOCOL) += rtpproto.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o -include ../common.mak +include $(SUBDIR)../subdir.mak