diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-12-20 20:44:39 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-12-21 00:18:34 +0100 |
commit | 69f086e0f90f23d89e5739b099a4f984fa6a7885 (patch) | |
tree | af364129b0bbb9c050993f3b97ce1df85029a890 /libavfilter/Makefile | |
parent | 511cf612ac979f536fd65e14603a87ca5ad435f3 (diff) | |
download | ffmpeg-69f086e0f90f23d89e5739b099a4f984fa6a7885.tar.gz |
build: avfilter: Remove duplicate compilation entry for vf_scale
vf_scale should not be unconditionally compiled even if disabled.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
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 |