summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-31 13:11:20 +0100
committerAnton Khirnov <anton@khirnov.net>2023-02-04 13:12:28 +0100
commit82da22066c0818b606812d479674929a229386e2 (patch)
treebc3fd28ed19b2c619807d1a73e8ecb911a07c789 /configure
parent4b922218e9ee581b9d41e73f38e132b94f79deb5 (diff)
downloadffmpeg-82da22066c0818b606812d479674929a229386e2.tar.gz
lavc: deprecate CrystalHD decoders
The hardware is old and not relevant today. The decoders also have many special quirks and are effectively unmaintained.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
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" ||