Skip to content

Commit 2c4411a

Browse files
committed
dav1d version bump with performance improvements
version bump for performance improvements https://github.com/videolan/dav1d/releases/tag/1.5.1 Signed-off-by: Michael Oliver <[email protected]>
1 parent ef55693 commit 2c4411a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/dependencies/dav1d.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ SET(_target
1212
)
1313

1414
SET(_version
15-
"1.4.3"
15+
"1.5.1"
1616
)
1717

1818
SET(_download_url
1919
"https://github.com/videolan/dav1d/archive/refs/tags/${_version}.zip"
2020
)
2121
SET(_download_hash
22-
"2c62106fda87a69122dc8709243a34e8"
22+
"000f1471b725a3f4de59f099b14b533e"
2323
)
2424

2525
SET(_install_dir

0 commit comments

Comments
 (0)