1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:47:35 +00:00

Ports/ffmpeg: Update to version 6.0

This additionally includes a patch from the current master branch,
which fixes building with binutils 2.41 and newer.
This commit is contained in:
Tim Schumacher 2023-10-02 01:26:34 +02:00 committed by Jelle Raaijmakers
parent dd81bea9ef
commit 00ed042eda
6 changed files with 136 additions and 10 deletions

View file

@ -7,3 +7,16 @@ Assume that EDOM exists
Since errno values are not numeric constants on serenity, this won't
work in cpp, assume that it exists.
## `0002-Adapt-to-the-Serenity-thread-name-interface.patch`
Adapt to the Serenity thread name interface
## `0003-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch`
avcodec/x86/mathops: clip constants used with shift instructions within inline assembly
Fixes assembling with binutil as >= 2.41
Signed-off-by: James Almer <jamrial@gmail.com>