summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-01-05 03:06:27 +0100
committerLynne <dev@lynne.ee>2022-01-05 03:16:35 +0100
commit660858a9e4f484d7f771a1eb05a4068935c0eff8 (patch)
tree2e9c6b8e0de9e76fbd223848299bc707ec3aae5f /configure
parent1477386ca28e3bca78c91f0bd1cfd117d4dc5539 (diff)
downloadffmpeg-660858a9e4f484d7f771a1eb05a4068935c0eff8.tar.gz
lavfi/libplacebo: support dovi metadata application
libplacebo supports automatic dolby vision application, but it requires us to switch to a new API. Also add some logic to strip the dolby vision metadata from the output frames in any case where we end up changing the colorimetry. The libplacebo dependency bump is justified because neither 184 nor 192 are part of any stable libplacebo release, so users have to build from git anyways for this filter to exist. Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 729e9b5ac7..30e6ba3883 100755
--- a/configure
+++ b/configure
@@ -6586,7 +6586,7 @@ enabled libopus && {
require_pkg_config libopus opus opus_multistream.h opus_multistream_surround_encoder_create
}
}
-enabled libplacebo && require_pkg_config libplacebo "libplacebo >= 4.184.0" libplacebo/vulkan.h pl_vulkan_create
+enabled libplacebo && require_pkg_config libplacebo "libplacebo >= 4.192.0" libplacebo/vulkan.h pl_vulkan_create
enabled libpulse && require_pkg_config libpulse libpulse pulse/pulseaudio.h pa_context_new
enabled librabbitmq && require_pkg_config librabbitmq "librabbitmq >= 0.7.1" amqp.h amqp_new_connection
enabled librav1e && require_pkg_config librav1e "rav1e >= 0.4.0" rav1e.h rav1e_context_new