[FFmpeg-cvslog] build: avfilter: Remove duplicate compilation entry for vf_scale

Diego Biurrun git at videolan.org
Fri Dec 21 17:42:36 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Dec 20 20:44:39 2012 +0100| [69f086e0f90f23d89e5739b099a4f984fa6a7885] | committer: Diego Biurrun

build: avfilter: Remove duplicate compilation entry for vf_scale

vf_scale should not be unconditionally compiled even if disabled.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69f086e0f90f23d89e5739b099a4f984fa6a7885
---

 libavfilter/Makefile |    1 -
 1 file changed, 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list