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:
parent
748289211a
commit
4eaac2ff1e
4 changed files with 50 additions and 0 deletions
12
Ports/opusfile/patches/ReadMe.md
Normal file
12
Ports/opusfile/patches/ReadMe.md
Normal 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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue