diff options
author | Clément Bœsch <u@pkh.me> | 2014-08-02 18:56:01 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-05 21:05:52 +0200 |
commit | f50ec59751f8542da8a3848d0ad54de35657caaf (patch) | |
tree | 7d94fbc960983117a6728e7f5de0ab1806c2aede | |
parent | 28a2107a8d61af7c7a26f9d4af0716ba12c112a7 (diff) | |
download | ffmpeg-f50ec59751f8542da8a3848d0ad54de35657caaf.tar.gz |
build: remove wrong avcodec dep in decimate
This was probably a mistake with mpdecimate. The decimate filter doesn't
depend on avcodec.
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5253,7 +5253,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" |