[FFmpeg-cvslog] lavfi/deshake: add libavcodec dependency (dsputil).

Clément Bœsch git at videolan.org
Sun May 27 00:34:22 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun May 27 00:34:09 2012 +0200| [5c3f79198c016980b8bd5e876761eb42341c3cec] | committer: Clément Bœsch

lavfi/deshake: add libavcodec dependency (dsputil).

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

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 4bd5d89..f324d8c 100755
--- a/configure
+++ b/configure
@@ -1681,6 +1681,7 @@ boxblur_filter_deps="gpl"
 colormatrix_filter_deps="gpl"
 cropdetect_filter_deps="gpl"
 delogo_filter_deps="gpl"
+deshake_filter_deps="avcodec"
 drawtext_filter_deps="libfreetype"
 frei0r_filter_deps="frei0r dlopen"
 frei0r_filter_extralibs='$ldl'



More information about the ffmpeg-cvslog mailing list