ladybird/Ports/SDL2/patches
Tim Ledbetter 3a98c48f20 Ports/SDL2: Avoid accumulation errors in resampler
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.
2023-08-10 02:45:01 +02:00
..
0001-Add-SerenityOS-platform-support.patch Ports/SDL2: Implement GetWindowWMInfo 2023-07-04 19:38:24 +01:00
0002-audio-Avoid-accumulation-errors-in-resampler.patch Ports/SDL2: Avoid accumulation errors in resampler 2023-08-10 02:45:01 +02:00
ReadMe.md Ports/SDL2: Avoid accumulation errors in resampler 2023-08-10 02:45:01 +02:00

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.