- Added support for libavcodec 62. - Added `-Wno-error=incompatible-pointer-types` flag when compiling stab, otherwise build fails on Ubuntu 26.04, but works on older versions. - `avcodec_close()/av_free() `combo is replaced with `avcodec_free_context()`. `avcodec_close()` is removed in libavcodec 62.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8378510: Provide media support for libavcodec version 62 [v2] - 8378510: Provide media support for libavcodec version 62 Changes: https://git.openjdk.org/jfx/pull/2152/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2152&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8378510 Stats: 38 lines in 6 files changed: 30 ins; 0 del; 8 mod Patch: https://git.openjdk.org/jfx/pull/2152.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2152/head:pull/2152 PR: https://git.openjdk.org/jfx/pull/2152
