mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
3a98c48f20
This adds a patch to the SDL2 port to fix a segfault which occurs in the resampler. Taken from this upstream commit: https://github.com/libsdl-org/SDL/commit/78f9710 This fixes a crash we were seeing in the julius port. |
||
---|---|---|
.. | ||
0001-Add-SerenityOS-platform-support.patch | ||
0002-audio-Avoid-accumulation-errors-in-resampler.patch | ||
ReadMe.md |
Patches for SDL2 on SerenityOS
0001-Add-SerenityOS-platform-support.patch
Add SerenityOS platform support
0002-audio-Avoid-accumulation-errors-in-resampler.patch
audio: Avoid accumulation errors in resampler.
Fixes #6391.