summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-28 15:13:27 +0000
committerMichael Niedermayer <michaelni@gmx.at>2015-02-10 19:07:20 +0100
commit8b77c4dd424d8ee39dbca34b82ef12a8e483a68d (patch)
treef22d964adbac9d1d7ad9a92737a2d372c8373de5 /configure
parent8d5a8501195283e6f09f0d0b929cf2e893194df7 (diff)
avfilter: Add repeatfields filter (Port of mp=softpulldown)
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 f66ab42cd6..1d14d0abd4 100755
--- a/configure
+++ b/configure
@@ -2613,6 +2613,7 @@ phase_filter_deps="gpl"
pp_filter_deps="gpl postproc"
pullup_filter_deps="gpl"
removelogo_filter_deps="avcodec avformat swscale"
+repeatfields_filter_deps="gpl"
resample_filter_deps="avresample"
sab_filter_deps="gpl swscale"
scale_filter_deps="swscale"