Module: libav Branch: master Commit: 69f086e0f90f23d89e5739b099a4f984fa6a7885
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Thu Dec 20 20:44:39 2012 +0100 build: avfilter: Remove duplicate compilation entry for vf_scale vf_scale should not be unconditionally compiled even if disabled. --- libavfilter/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 2559e8a..a37d422 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
