summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJérémy Tran <tran.jeremy.av@gmail.com>2012-08-28 18:41:06 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-28 19:48:16 +0200
commit316afee708047a04af0192cd0555dec5a9821050 (patch)
tree3bb872e819491eb73ac9714bc03da7f7b9249913 /configure
parent18217bb0f5fb4ad9d93ea02edab078111cd83910 (diff)
lavfi: add smartblur filter
This is a port of the MPlayer smartblur filter (libmpcodecs/vf_smartblur.c) by Michael Niedermayer. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6c69429ce5..857eb57862 100755
--- a/configure
+++ b/configure
@@ -1867,6 +1867,7 @@ ocv_filter_deps="libopencv"
pan_filter_deps="swresample"
removelogo_filter_deps="avcodec avformat swscale"
scale_filter_deps="swscale"
+smartblur_filter_deps="gpl swscale"
select_filter_deps="avcodec"
showspectrum_filter_deps="avcodec"
super2xsai_filter_deps="gpl"