summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2019-10-27 14:48:16 +0000
committerLynne <dev@lynne.ee>2020-02-04 23:19:48 +0000
commit907ae87d6eb702eb12f073df2eac6da2560eae6f (patch)
treea85fa2bf0b91e9e1b8ee3769b756539a6a267d71 /configure
parenta2db7343e02fe4c78c6d301550849a0634f0ac38 (diff)
lavfi: add an chromaber_vulkan filter
This commit adds a chromatic aberration filter for Vulkan that attempts to emulate a lens chromatic aberration effect. For a YUV frame it will instead shift the chroma channels, providing a simple approximation.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 293754feaa..ec4ab96d1d 100755
--- a/configure
+++ b/configure
@@ -3469,6 +3469,7 @@ bm3d_filter_select="dct"
boxblur_filter_deps="gpl"
boxblur_opencl_filter_deps="opencl gpl"
bs2b_filter_deps="libbs2b"
+chromaber_vulkan_filter_deps="vulkan libglslang"
colorkey_opencl_filter_deps="opencl"
colormatrix_filter_deps="gpl"
convolution_opencl_filter_deps="opencl"