summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-11-14 19:47:27 +0000
committerMark Thompson <sw@jkqxz.net>2017-11-22 23:18:35 +0000
commit7faa8d8b03832e9f1c67029c859db5af82897a48 (patch)
tree96c15ec6919725481d9005626c30f8ef09eb6fc1 /configure
parent9204b2deea85c834ba3d5fa2b0e92b86c24f45ae (diff)
lavfi: Add OpenCL unsharp mask filter
Intended to replace existing opencl mode of the unsharp filter. Supports many more pixel formats and works without immediate upload and download of frame data. The options are compatible with the existing filter.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e8c605bb97..c4de469664 100755
--- a/configure
+++ b/configure
@@ -3283,6 +3283,7 @@ tinterlace_filter_deps="gpl"
tinterlace_merge_test_deps="tinterlace_filter"
tinterlace_pad_test_deps="tinterlace_filter"
tonemap_filter_deps="const_nan"
+unsharp_opencl_filter_deps="opencl"
uspp_filter_deps="gpl avcodec"
unsharp_filter_suggest="opencl"
vaguedenoiser_filter_deps="gpl"