From 82da22066c0818b606812d479674929a229386e2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 31 Jan 2023 13:11:20 +0100 Subject: lavc: deprecate CrystalHD decoders The hardware is old and not relevant today. The decoders also have many special quirks and are effectively unmaintained. --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c726076da1..d67855c729 100755 --- a/configure +++ b/configure @@ -7001,7 +7001,9 @@ enabled vdpau && enabled vdpau && check_lib vdpau_x11 "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 -lvdpau -lX11 -enabled crystalhd && check_lib crystalhd "stdint.h libcrystalhd/libcrystalhd_if.h" DtsCrystalHDVersion -lcrystalhd +enabled crystalhd && check_lib crystalhd "stdint.h libcrystalhd/libcrystalhd_if.h" DtsCrystalHDVersion -lcrystalhd && \ + warn "CrystalHD support is deprecated and will be removed, please contact the developers if you are interested" \ + "in maintaining it." if enabled vulkan; then check_pkg_config_header_only vulkan "vulkan >= 1.2.189" "vulkan/vulkan.h" "defined VK_VERSION_1_2" || -- cgit v1.2.1