Skip to content

Commit

Permalink
Update dav1d version to 1.4.3 (#544)
Browse files Browse the repository at this point in the history
### Pull Request Update dav1d version to 1.4.3

### Summarize your change.

Update the version library from 1.0.0 to 1.4.3.

### Describe the reason for the change.

Sam Richards (Disney) asked at the last Open RV TSC if we could update
the libdav1d component from 1.0 to latest 1.4.3 which has better
performances according to him.

### Describe what you have tested and on which operating system.

The build step has been tested on all three platforms.

Signed-off-by: Éloïse Brosseau <[email protected]>
  • Loading branch information
eloisebrosseau authored Aug 21, 2024
1 parent bc7bf96 commit 39eace1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/dependencies/dav1d.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ SET(_target
)

SET(_version
"1.0.0"
"1.4.3"
)

SET(_download_url
"https://github.com/videolan/dav1d/archive/refs/tags/${_version}.zip"
)
SET(_download_hash
"425282a997804984c5c115aacb005ab4"
"2c62106fda87a69122dc8709243a34e8"
)

SET(_install_dir
Expand Down

0 comments on commit 39eace1

Please sign in to comment.