Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-08-31 22:46:17 +0400
committerPaul B Mahol <onemda@gmail.com>2013-09-03 18:05:38 +0400
commit3dd4b6ea417a48cf585b417dd7a7d1db8a785b51 (patch)
tree9136ea51abc02d939a2129fe6dc65d70a23ca411 /configure
parentf4e9c768d1021feec717b0ed03bb87ef00d585b8 (diff)
lavfi: port phase filter from libmpcodecs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 590d67f59c..62f258ac0e 100755
--- a/configure
+++ b/configure
@@ -2220,6 +2220,7 @@ resample_filter_deps="avresample"
ocv_filter_deps="libopencv"
owdenoise_filter_deps="gpl"
pan_filter_deps="swresample"
+phase_filter_deps="gpl"
pp_filter_deps="gpl postproc"
removelogo_filter_deps="avcodec avformat swscale"
sab_filter_deps="gpl swscale"