summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-12-20 20:44:39 +0100
committerDiego Biurrun <diego@biurrun.de>2012-12-21 00:18:34 +0100
commit69f086e0f90f23d89e5739b099a4f984fa6a7885 (patch)
treeaf364129b0bbb9c050993f3b97ce1df85029a890 /libavfilter
parent511cf612ac979f536fd65e14603a87ca5ad435f3 (diff)
build: avfilter: Remove duplicate compilation entry for vf_scale
vf_scale should not be unconditionally compiled even if disabled.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile1
1 files changed, 0 insertions, 1 deletions
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