summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-26 12:38:59 +0200
committerClément Bœsch <ubitux@gmail.com>2012-06-04 21:44:34 +0200
commit72868144e5862168a4f829557b7a41f686b8b12d (patch)
treebce427aade1fc50594d2caf78ad87702875172f5 /configure
parent6b87f0707d2e2dd2136ed71e479c1aed25337b05 (diff)
lavfi/select: add scene detection.
Based on the shotdetect algorithm (http://shotdetect.nonutc.fr/ by Johan MATHE johan.mathe tremplin-utc.net).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 4af3f4af70..33bd439e2e 100755
--- a/configure
+++ b/configure
@@ -1708,6 +1708,7 @@ ocv_filter_deps="libopencv"
pan_filter_deps="swresample"
removelogo_filter_deps="avcodec avformat swscale"
scale_filter_deps="swscale"
+select_filter_deps="avcodec"
super2xsai_filter_deps="gpl"
tinterlace_filter_deps="gpl"
yadif_filter_deps="gpl"