On Thu, 5 Jan 2023 14:11:10 GMT, Johan Vos <[email protected]> wrote: > Retrieve libav sources from github. > Fix JDK-8282386
Probably the name pattern of libav artifacts needs to be updated from
`libav-${versions}` to `v${version}` on line 3066, and etc:
if (f.name.startsWith("libav-${version}")) {
Thanks,
Andrew
-------------
PR: https://git.openjdk.org/jfx/pull/989
