From 19e301b9eda7b22654fa8291ed4cc0f285a8acff Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 29 Nov 2013 01:45:05 -0300 Subject: lavfi/Makefile: Don't compile lavfutils.c and lswsutils.c if they are not needed They are only needed by removelogo. This fixes a link failure in shared builds when compiling with removelogo disabled but Lavf/SwS enabled Signed-off-by: James Almer Reviewed-by: Stefano Sabatini Signed-off-by: Michael Niedermayer --- libavfilter/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 7bd4323211..3d8a763ec1 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -49,8 +49,6 @@ OBJS = allfilters.o \ OBJS-$(CONFIG_AVCODEC) += avcodec.o -OBJS-$(CONFIG_AVFORMAT) += lavfutils.o -OBJS-$(CONFIG_SWSCALE) += lswsutils.o OBJS-$(CONFIG_ACONVERT_FILTER) += af_aconvert.o OBJS-$(CONFIG_ADELAY_FILTER) += af_adelay.o -- cgit v1.2.3