serenity/Ports/ffmpeg/patches
2022-06-08 17:58:36 +01:00
..
0001-Assume-that-EDOM-exists.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
ReadMe.md Ports: Update ffmpeg's patches to use git patches 2022-05-19 20:17:10 +04:30

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.