We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa619a1 commit c5d50fdCopy full SHA for c5d50fd
winbuild/build_prepare.py
@@ -402,8 +402,7 @@ def cmd_msbuild(
402
},
403
"rav1e": {
404
"url": (
405
- f"https://github.com/xiph/rav1e/releases/download/v{V['RAV1E']}/"
406
- f"rav1e-{V['RAV1E']}-windows-msvc-generic.zip"
+ f"https://github.com/xiph/rav1e/releases/download/v{V['RAV1E']}/FILENAME"
407
),
408
"filename": f"rav1e-{V['RAV1E']}-windows-msvc-generic.zip",
409
"dir": "rav1e-windows-msvc-sdk",
0 commit comments