SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/sdl-sound/patches/patch-decoders_modplug_c
Normal file
12
devel/sdl-sound/patches/patch-decoders_modplug_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Disable reverb flag in modplug decoder. It's producing trash in some cases.
|
||||
|
||||
--- decoders/modplug.c.orig Fri Jun 1 02:57:54 2012
|
||||
+++ decoders/modplug.c Fri Jun 1 02:58:05 2012
|
||||
@@ -128,7 +128,6 @@ static int MODPLUG_init(void)
|
||||
|
||||
#ifndef _WIN32_WCE
|
||||
settings.mFlags |= MODPLUG_ENABLE_NOISE_REDUCTION |
|
||||
- MODPLUG_ENABLE_REVERB |
|
||||
MODPLUG_ENABLE_MEGABASS |
|
||||
MODPLUG_ENABLE_SURROUND;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue