Skip to content

Commit

Permalink
README.md: remove deprecated option in example
Browse files Browse the repository at this point in the history
replace `-DAVIF_CODEC_AOM=ON -DAVIF_LOCAL_AOM=ON` with
`-DAVIF_CODEC_AOM=LOCAL`.

missed in:
c92d9ec Do not use AVIF_LOCAL for libxml2 and gtest. (#2097)
  • Loading branch information
jzern committed Apr 22, 2024
1 parent ca071c4 commit b2ecd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ cd libavif/ext
./libjpeg.cmd
./zlibpng.cmd
cd ..
cmake -S . -B build -DBUILD_SHARED_LIBS=OFF -DAVIF_CODEC_AOM=ON -DAVIF_LOCAL_AOM=ON -DAVIF_LIBYUV=LOCAL -DAVIF_LIBSHARPYUV=LOCAL -DAVIF_JPEG=LOCAL -DAVIF_ZLIBPNG=LOCAL -DAVIF_BUILD_APPS=ON
cmake -S . -B build -DBUILD_SHARED_LIBS=OFF -DAVIF_CODEC_AOM=LOCAL -DAVIF_LIBYUV=LOCAL -DAVIF_LIBSHARPYUV=LOCAL -DAVIF_JPEG=LOCAL -DAVIF_ZLIBPNG=LOCAL -DAVIF_BUILD_APPS=ON
cmake --build build --parallel
```

Expand Down

0 comments on commit b2ecd8e

Please sign in to comment.