On Fri, 13 Oct 2023 01:24:36 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
> - 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. This pull request has now been integrated. Changeset: de456dad Author: Alexander Matveev <almat...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/de456dad193f295a8bd93b72bb9b71960e6afd18 Stats: 12 lines in 4 files changed: 7 ins; 0 del; 5 mod 8317508: Provide media support for libavcodec version 60 Reviewed-by: sykora, arapte ------------- PR: https://git.openjdk.org/jfx/pull/1259