RFR: 8282386: JavaFX media stubs rely on libav.org
Kevin Rushforth
kcr at openjdk.org
Thu Jan 5 15:59:55 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
Since the .tar.gz source bundles on libav and github are not 100% identical (the checksums are different), I expanded and diffed them, and the sources themselves are identical; the only difference in the bundles is the absence of a `VERSION` file in the github bundles, and we don't use that.
-------------
PR: https://git.openjdk.org/jfx/pull/989
More information about the openjfx-dev
mailing list