X-Git-Url: https://git.libav.org/?p=libav.git;a=blobdiff_plain;f=libavformat%2FMakefile;h=6dd2c4e1e985cf133d18df8bab3fc493a28b3d41;hp=5ac7ea1c572d0bd8f7b8a2dbac09cf2966acfc67;hb=71c61f62a3ca855062c832ec2ed27e331221af45;hpb=c09ed33e186ea0ba4ab96599bd69aea462aabeda diff --git a/libavformat/Makefile b/libavformat/Makefile index 5ac7ea1c57..6dd2c4e1e9 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