build: avfilter: Remove duplicate compilation entry for vf_scale

vf_scale should not be unconditionally compiled even if disabled.
pull/8/head
Diego Biurrun 12 years ago
parent 511cf612ac
commit 69f086e0f9
  1. 1
      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

Loading…
Cancel
Save