build: avfilter: Remove duplicate compilation entry for vf_scale

vf_scale should not be unconditionally compiled even if disabled.
This commit is contained in:
Diego Biurrun 2012-12-20 20:44:39 +01:00
parent 511cf612ac
commit 69f086e0f9

View File

@ -21,7 +21,6 @@ OBJS = allfilters.o \
drawutils.o \
formats.o \
graphparser.o \
vf_scale.o \
video.o \
OBJS-$(CONFIG_AFIFO_FILTER) += fifo.o