serenity/Ports/ffmpeg/patches
Sönke Holz b71b5637b5 Ports/ffmpeg: Update to 7.0.2
6.0 doesn't build with Texinfo 7.0.
(https://trac.ffmpeg.org/ticket/10636)
2024-10-03 12:32:35 +02:00
..
0001-Assume-that-EDOM-exists.patch
0002-Adapt-to-the-Serenity-thread-name-interface.patch
ReadMe.md

Patches for ffmpeg on SerenityOS

0001-Assume-that-EDOM-exists.patch

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