RFR: 8317508: Provide media support for libavcodec version 60
Alexander Matveev
almatvee at openjdk.org
Fri Oct 13 01:33:23 UTC 2023
- Added support for libavcodec version 60.
- Tested on Ubuntu 23.10 with all possible media formats.
- Changed "--disable-yasm" to "--disable-asm". "--disable-asm" disables all assembler optimization and "--disable-yasm" only x86. Without "--disable-asm" I had issue building ffmpeg 6.0 on Ubuntu 23.10 most likely due to compiler version. Disabling assembler optimization fixed issue and we do not need this anyway for our stubs.
-------------
Commit messages:
- 8317508: Provide media support for libavcodec version 60
Changes: https://git.openjdk.org/jfx/pull/1259/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1259&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8317508
Stats: 12 lines in 4 files changed: 7 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/jfx/pull/1259.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1259/head:pull/1259
PR: https://git.openjdk.org/jfx/pull/1259
More information about the openjfx-dev
mailing list