From 72868144e5862168a4f829557b7a41f686b8b12d Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sat, 26 May 2012 12:38:59 +0200 Subject: lavfi/select: add scene detection. Based on the shotdetect algorithm (http://shotdetect.nonutc.fr/ by Johan MATHE johan.mathe tremplin-utc.net). --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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" -- cgit v1.2.3