commit b51e885f22d2d39da384b902aa7da3d4621f6e21
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Dec 5 10:26:15 2022 +0100
Add comment
libheif.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/libheif.spec b/libheif.spec
index 581a133..6dbe650 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -56,6 +56,8 @@ rm -rf third-party/
%cmake_install
find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
+# Can be dropped on upgrade to >1.14.0
+#https://github.com/strukturag/libheif/commit/1e4a3d101769570694846956843a49378899933f
%ifarch x86_64
sed -e '/private/s/SvtEnc/SvtAv1Enc/' -i
%{buildroot}/usr/lib64/pkgconfig/libheif.pc
%endif