From: Diego Biurrun Date: Thu, 20 Dec 2012 19:44:39 +0000 (+0100) Subject: build: avfilter: Remove duplicate compilation entry for vf_scale X-Git-Tag: n1.1~19^2~78 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=69f086e0f90f23d89e5739b099a4f984fa6a7885 build: avfilter: Remove duplicate compilation entry for vf_scale vf_scale should not be unconditionally compiled even if disabled. --- diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 2559e8a4b7..a37d422fb8 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -21,7 +21,6 @@ OBJS = allfilters.o \ drawutils.o \ formats.o \ graphparser.o \ - vf_scale.o \ video.o \ OBJS-$(CONFIG_AFIFO_FILTER) += fifo.o