[FFmpeg-cvslog] configure: add decimate filter dependency on avcodec
Stefano Sabatini
git at videolan.org
Fri Aug 31 17:50:57 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Aug 31 17:49:24 2012 +0200| [fa838a0c0f42246623c4501c6b197e16ee9713b4] | committer: Stefano Sabatini
configure: add decimate filter dependency on avcodec
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa838a0c0f42246623c4501c6b197e16ee9713b4
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index cfdf458..c2b76b3 100755
--- a/configure
+++ b/configure
@@ -1889,7 +1889,7 @@ blackframe_filter_deps="gpl"
boxblur_filter_deps="gpl"
colormatrix_filter_deps="gpl"
cropdetect_filter_deps="gpl"
-decimate_filter_deps="gpl"
+decimate_filter_deps="gpl avcodec"
delogo_filter_deps="gpl"
deshake_filter_deps="avcodec"
drawtext_filter_deps="libfreetype"
More information about the ffmpeg-cvslog
mailing list