Commit 74728055 for libheif

commit 747280555cdcf7f16c75406d74afdc7cd61df2c0
Author: Dirk Farin <dirk.farin@gmail.com>
Date:   Wed Apr 8 13:54:07 2026 +0200

    svt: set current version to v4.1.0

diff --git a/third-party/svt.cmd b/third-party/svt.cmd
index a8702a71..03705c04 100644
--- a/third-party/svt.cmd
+++ b/third-party/svt.cmd
@@ -5,7 +5,7 @@
 : # If you want to enable the SVT-AV1 encoder, please check that the WITH_SvtEnc and WITH_SvtEnc_PLUGIN CMake variables have correct values.
 : # You will also have to set the PKG_CONFIG_PATH to "third-party/SVT-AV1/Build/linux/Release" so that the local SVT-AV1 library is found.

-git clone -b v3.0.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
+git clone -b v4.1.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git

 cd SVT-AV1
 cd Build/linux