serenity/Ports/ffmpeg/patches
2022-05-19 20:17:10 +04:30
..
0001-Assume-that-EDOM-exists.patch Ports: Update ffmpeg's patches to use git patches 2022-05-19 20:17:10 +04:30
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.