From d8853d2ebb5436d35cd8703a3a01705fd2896390 Mon Sep 17 00:00:00 2001 From: Adrian Biedrzycki Date: Sat, 24 Feb 2018 05:24:04 -0800 Subject: [PATCH] Bugfix missing extern declarations in libmodplug --- third_party/libmodplug/src/snd_dsp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/third_party/libmodplug/src/snd_dsp.cpp b/third_party/libmodplug/src/snd_dsp.cpp index 29d142e..ab5a305 100644 --- a/third_party/libmodplug/src/snd_dsp.cpp +++ b/third_party/libmodplug/src/snd_dsp.cpp @@ -98,12 +98,10 @@ static LONG DolbyLoFilterDelay[XBASSBUFFERSIZE]; static LONG DolbyHiFilterBuffer[FILTERBUFFERSIZE]; static LONG SurroundBuffer[SURROUNDBUFFERSIZE]; -/* // Access the main temporary mix buffer directly: avoids an extra pointer extern int MixSoundBuffer[MIXBUFFERSIZE*2]; //cextern int MixReverbBuffer[MIXBUFFERSIZE*2]; extern int MixReverbBuffer[MIXBUFFERSIZE*2]; -*/ static UINT GetMaskFromSize(UINT len) //-----------------------------------