[FFmpeg-cvslog] lavfi/deshake: add libavcodec dependency (dsputil).
Clément Bœsch
git at videolan.org
Sun May 27 17:32:05 CEST 2012
ffmpeg | branch: release/0.11 | Clément Bœsch <ubitux at gmail.com> | Sun May 27 00:34:09 2012 +0200| [9f2905d299093698305e50b1fc825e6ca5d28c47] | committer: Michael Niedermayer
lavfi/deshake: add libavcodec dependency (dsputil).
(cherry picked from commit 5c3f79198c016980b8bd5e876761eb42341c3cec)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f2905d299093698305e50b1fc825e6ca5d28c47
---
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