RFR: 8282386: JavaFX media stubs rely on libav.org
Andrew Brygin
bae at openjdk.org
Thu Jan 5 15:12:59 UTC 2023
On Thu, 5 Jan 2023 14:11:10 GMT, Johan Vos <jvos at openjdk.org> 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
More information about the openjfx-dev
mailing list