mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:57:45 +00:00
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:
78f9710
This fixes a crash we were seeing in the julius port.
This commit is contained in:
parent
7003c6ffdb
commit
3a98c48f20
2 changed files with 29 additions and 0 deletions
|
@ -5,3 +5,9 @@
|
|||
Add SerenityOS platform support
|
||||
|
||||
|
||||
## `0002-audio-Avoid-accumulation-errors-in-resampler.patch`
|
||||
|
||||
audio: Avoid accumulation errors in resampler.
|
||||
|
||||
Fixes #6391.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue