From 69f086e0f90f23d89e5739b099a4f984fa6a7885 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 20 Dec 2012 20:44:39 +0100 Subject: [PATCH] build: avfilter: Remove duplicate compilation entry for vf_scale vf_scale should not be unconditionally compiled even if disabled. --- libavfilter/Makefile | 1 - 1 file changed, 1 deletion(-) 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