From a907d3b55965cf7980d719fbcfff30d2c0af3fce Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 30 Mar 2024 06:10:52 -0400 Subject: [PATCH] add UHDR to coder list --- coders/coders-list.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coders/coders-list.h b/coders/coders-list.h index 079e11e6f7..7c7d2dd187 100644 --- a/coders/coders-list.h +++ b/coders/coders-list.h @@ -167,6 +167,9 @@ AddMagickCoder(TIM2) AddMagickCoder(TTF) #endif AddMagickCoder(TXT) +#if defined(MAGICKCORE_UHDR_DELEGATE) + AddMagickCoder(UHDR) +#endif AddMagickCoder(UIL) AddMagickCoder(URL) AddMagickCoder(UYVY)