summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-04-09 20:02:56 +0200
committerNiklas Haas <git@haasn.dev>2022-04-23 21:51:55 +0200
commit5cfeaeef0c2e0970f64d3188375a525c17f4621b (patch)
tree3f0d845c21f2bd63ac71ba7efda6a41bffc70cb3 /configure
parentb9a25963f7232433c9370ac369fb668ac0d5cb53 (diff)
lavfi: add vf_iccgen for generating ICC profiles
This filter is designed to specifically cover the task of generating ICC profiles (and attaching them to output frames) on demand. Other tasks, such as ICC profile loading/stripping, or ICC profile application, are better left to separate filters (or included into e.g. vf_setparams). Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c4d2bbedf9..8f17f94f52 100755
--- a/configure
+++ b/configure
@@ -3665,6 +3665,7 @@ gblur_vulkan_filter_deps="vulkan spirv_compiler"
hflip_vulkan_filter_deps="vulkan spirv_compiler"
histeq_filter_deps="gpl"
hqdn3d_filter_deps="gpl"
+iccgen_filter_deps="lcms2"
interlace_filter_deps="gpl"
kerndeint_filter_deps="gpl"
ladspa_filter_deps="ladspa libdl"