[FFmpeg-devel] [PATCH 2/5] build: remove wrong avcodec dep in decimate

Clément Bœsch u at pkh.me
Sat Aug 2 20:20:18 CEST 2014


This was probably a mistake with mpdecimate. The decimate filter doesn't
depend on avcodec.
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index 57edd1d..5159f10 100755
--- a/configure
+++ b/configure
@@ -5241,7 +5241,6 @@ enabled amovie_filter       && prepend avfilter_deps "avformat avcodec"
 enabled aresample_filter    && prepend avfilter_deps "swresample"
 enabled asyncts_filter      && prepend avfilter_deps "avresample"
 enabled atempo_filter       && prepend avfilter_deps "avcodec"
-enabled decimate_filter     && prepend avfilter_deps "avcodec"
 enabled deshake_filter      && prepend avfilter_deps "avcodec"
 enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample"
 enabled elbg_filter         && prepend avfilter_deps "avcodec"
-- 
2.0.2



More information about the ffmpeg-devel mailing list