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:
authordrfer3 <drfer3@student.monash.edu>2018-03-19 05:30:23 +0300
committerMark Thompson <sw@jkqxz.net>2018-03-23 02:16:25 +0300
commit6135c958cd3c8e503ebd59996b7b31b844ac9cb9 (patch)
tree3b677d5dfc6bdf7452608db51e542159195c1973 /configure
parent9313422dfc8d13fdd7d58e9ed04dfff61d26b7f2 (diff)
lavfi: Add OpenCL avgblur filter
Behaves like the existing avgblur filter, except working on OpenCL hardware frames. Takes exactly the same options. Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6b27f571c6..9bcd81438c 100755
--- a/configure
+++ b/configure
@@ -3228,6 +3228,7 @@ aresample_filter_deps="swresample"
ass_filter_deps="libass"
atempo_filter_deps="avcodec"
atempo_filter_select="rdft"
+avgblur_opencl_filter_deps="opencl"
azmq_filter_deps="libzmq"
blackframe_filter_deps="gpl"
boxblur_filter_deps="gpl"