Skip to content

Commit

Permalink
Eradicate AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP
Browse files Browse the repository at this point in the history
Verified with the command:
  find . -name "*" -a -type f | xargs grep AVIF_ENABLE_ | \
    grep GAIN_MAP | grep -v JPEG
  • Loading branch information
wantehchang committed Dec 12, 2024
1 parent 260879c commit ad2114f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-unix-shared-installed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ jobs:
-DAVIF_ENABLE_NODISCARD=ON -DAVIF_ENABLE_WERROR=ON
-DAVIF_BUILD_EXAMPLES=ON -DAVIF_BUILD_APPS=ON
-DAVIF_BUILD_TESTS=ON -DAVIF_ENABLE_GTEST=ON -DAVIF_GTEST=LOCAL
-DAVIF_BUILD_GDK_PIXBUF=ON ${{ env.CMAKE_AVIF_FLAGS }}
-DAVIF_ENABLE_EXPERIMENTAL_GAIN_MAP=ON
-DAVIF_BUILD_GDK_PIXBUF=ON ${{ env.CMAKE_AVIF_FLAGS }}
- name: Build libavif with [[nodiscard]] (ninja)
if: runner.oldest-cmake == 'false'
working-directory: ./build_nodiscard
Expand Down
2 changes: 1 addition & 1 deletion tests/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ libavif and ignored by the tests.
License: [same as libavif](https://github.com/AOMediaCodec/libavif/blob/main/LICENSE)

Source : created from `seine_sdr_gainmap_srgb.jpg` converted to avif with avifenc built
with AVIF_ENABLE_GAIN_MAP and AVIF_LIBXML2 enabled, then:
with AVIF_LIBXML2 enabled, then:

```
# from libavif/mybuilddir/
Expand Down

0 comments on commit ad2114f

Please sign in to comment.