[FFmpeg-cvslog] Fix compilation with --disable-everything --enable-filter=deshake

James Almer git at videolan.org
Thu Apr 11 16:42:07 CEST 2013


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Apr 10 05:33:12 2013 -0300| [94d13df34c2db532ab0c1a2916984a38e610d592] | committer: Michael Niedermayer

Fix compilation with --disable-everything --enable-filter=deshake

Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/configure b/configure
index 0a183e2..4e74806 100755
--- a/configure
+++ b/configure
@@ -2121,6 +2121,7 @@ cropdetect_filter_deps="gpl"
 decimate_filter_deps="gpl avcodec"
 delogo_filter_deps="gpl"
 deshake_filter_deps="avcodec"
+deshake_filter_select="dsputil"
 drawtext_filter_deps="libfreetype"
 ebur128_filter_deps="gpl"
 flite_filter_deps="libflite"



More information about the ffmpeg-cvslog mailing list