1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:37:47 +00:00

Ports: Add opusfile 0.12

This commit is contained in:
Kenneth Myhra 2023-05-04 17:34:01 +02:00 committed by Jelle Raaijmakers
parent 748289211a
commit 4eaac2ff1e
4 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Patches for opusfile on SerenityOS
## `0001-http.c-Remove-include-ctype.h.patch`
Remove #include <ctype.h>
This simply removes the include statement for ctype.h. opusfile is not
very happy about our ctype.h because it contains static inline
definitions.
Also removing it does not hurt since we can compile fine without it.