From cf0d89c6e0809427427583290547a7757428cf5a Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 10 Dec 2023 17:36:44 +1100 Subject: [PATCH] remove obsolete pkg_config variables Resolves #758 --- libheif.pc.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libheif.pc.in b/libheif.pc.in index 24bef6d67f..ef7470ca1b 100644 --- a/libheif.pc.in +++ b/libheif.pc.in @@ -3,15 +3,6 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -# Contrary to older versions of libheif (<= 1.14.2), the available-codec-variables are now all set to 'yes' -# as since 1.14.0, codecs can be dynamically loaded at runtime and it is not possible anymore to determine -# the available codecs at compile-time. You'll get an unknown codec error at runtime if you try to use an -# unavailable codec. -builtin_h265_decoder=yes -builtin_h265_encoder=yes -builtin_avif_decoder=yes -builtin_avif_encoder=yes - Name: libheif Description: HEIF image codec. URL: https://github.com/strukturag/libheif