Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-04-10 12:33:12 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-04-11 18:33:02 +0400
commit94d13df34c2db532ab0c1a2916984a38e610d592 (patch)
treec87c54f68ae385a120eaa674684b98fc289d9575 /configure
parentff99b42e045a0b40bf81e4e38e6ef86f4db32006 (diff)
Fix compilation with --disable-everything --enable-filter=deshake
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0a183e27d0..4e7480670f 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"