Commit 4e14f594 for libheif

commit 4e14f5942c1732ace9611b9522cc991501445463
Author: Dirk Farin <dirk.farin@gmail.com>
Date:   Sun Sep 6 16:40:47 2026 +0200

    Drop the removed ENABLE_EXPERIMENTAL_MINI_FORMAT from the CMake presets

    Commit 7414b387 removed the option and made the mini format unconditional, but
    the 'develop' and 'testing' presets kept setting it, so every configure with
    them printed

      CMake Warning:
        Manually-specified variables were not used by the project:
          ENABLE_EXPERIMENTAL_MINI_FORMAT

diff --git a/CMakePresets.json b/CMakePresets.json
index 37a8f186..41e93b92 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -24,7 +24,6 @@
         "WITH_AOM_ENCODER_PLUGIN" : "OFF",
         "WITH_DAV1D" : "ON",
         "WITH_DAV1D_PLUGIN" : "OFF",
-        "ENABLE_EXPERIMENTAL_MINI_FORMAT" : "ON",
         "WITH_LIBDE265" : "ON",
         "WITH_LIBDE265_PLUGIN" : "OFF",
         "WITH_RAV1E" : "ON",
@@ -171,7 +170,6 @@
         "ENABLE_PLUGIN_LOADING" : "OFF",
         "BUILD_TESTING" : "ON",
         "ENABLE_EXPERIMENTAL_FEATURES" : "ON",
-        "ENABLE_EXPERIMENTAL_MINI_FORMAT" : "ON",
         "CMAKE_COMPILE_WARNING_AS_ERROR" : "ON",
         "WITH_REDUCED_VISIBILITY" : "OFF",
         "WITH_UNCOMPRESSED_CODEC" : "ON"