Skip to content

Commit

Permalink
Update the AOM and libheif versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0000054 committed Sep 21, 2022
1 parent e6b61b5 commit c2562d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rd-party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Extract the downloaded SDK and rename the folder to `adobe_photoshop_sdk`.

Clone AOM from your preferred tag:

`git clone -b v3.4.0 --depth 1 https://aomedia.googlesource.com/aom`
`git clone -b v3.5.0 --depth 1 https://aomedia.googlesource.com/aom`

Change into the `aom` directory and create a build directory.

Expand Down Expand Up @@ -41,7 +41,7 @@ The generated AOM library should be located in `aom/build-<platform>/Release`, t

Clone libheif from your preferred tag:

`git clone -b v1.12.0 --depth 1 https://github.com/strukturag/libheif`
`git clone -b v1.13.0 --depth 1 https://github.com/strukturag/libheif`

Change into the `libheif` directory and create a build directory.

Expand Down

0 comments on commit c2562d8

Please sign in to comment.