Commit cf149f561 for imagemagick.org

commit cf149f56140f10181c6f269eab38bb6607821f04
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Mon Nov 24 21:49:44 2025 +0100

    Switch to cmake with the oss-fuzz build of libde265.

diff --git a/oss-fuzz/build_dependencies.sh b/oss-fuzz/build_dependencies.sh
index 3a5a60cd8..3a0858994 100755
--- a/oss-fuzz/build_dependencies.sh
+++ b/oss-fuzz/build_dependencies.sh
@@ -70,8 +70,7 @@ popd

 # Build libde265
 pushd "$SRC/libde265"
-./autogen.sh
-./configure --disable-shared --prefix="$WORK"
+cmake . -DCMAKE_INSTALL_PREFIX=$WORK -DBUILD_SHARED_LIBS=off -DCMAKE_BUILD_TYPE=Release
 make -j$(nproc)
 make install
 popd