summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-03-10 14:01:28 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-04-07 13:57:39 +0200
commit2f83681c79a7419bec14ed6f40bf3a69b5dd16c2 (patch)
treee890b53a62ae6581ccea26abe9ebe2936f61c526 /configure
parent087b9c326f8c940cefcb0c2fef507ad344c626f5 (diff)
lavfi: port libmpcodecs remove-logo filter
The code is based on the remove-logo filter in MPlayer/libmpcodecs, by Robert Edele, relicensed to LGPL with consent of the author. Address trac issue #249.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index adea4b5f40..049708a825 100755
--- a/configure
+++ b/configure
@@ -1688,6 +1688,7 @@ mptestsrc_filter_deps="gpl"
negate_filter_deps="lut_filter"
ocv_filter_deps="libopencv"
pan_filter_deps="swresample"
+removelogo_filter_deps="avcodec avformat swscale"
scale_filter_deps="swscale"
tinterlace_filter_deps="gpl"
yadif_filter_deps="gpl"