X-Git-Url: https://git.libav.org/?p=libav.git;a=blobdiff_plain;f=libavfilter%2FMakefile;h=2357aeea448967d4ec915da157ed91574484d025;hp=38bd9fa409c44752815b114256e945fc93fdfe07;hb=71c61f62a3ca855062c832ec2ed27e331221af45;hpb=0e32c8c65a1c42d9f6489eca2231dde17716d139;ds=sidebyside diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 38bd9fa409..2357aeea44 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -1,4 +1,9 @@ -include ../config.mak +include $(SUBDIR)../config.mak + +NAME = avfilter +FFLIBS = avcodec avutil +FFLIBS-$(CONFIG_SWSCALE) += swscale +FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat OBJS = allfilters.o \ avfilter.o \ @@ -9,11 +14,4 @@ OBJS = allfilters.o \ HEADERS = avfilter.h -FFLIBS = avcodec avutil - -FFLIBS-$(CONFIG_SWSCALER) += swscale -FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat - -NAME=avfilter - -include ../common.mak +include $(SUBDIR)../subdir.mak