mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 14:32:12 +00:00
fix build with MSVC
This commit is contained in:
parent
a0e91b9878
commit
8b448ffd4b
1 changed files with 3 additions and 2 deletions
|
@ -5,12 +5,13 @@
|
|||
#include "fluid_synth.h"
|
||||
#include <string.h>
|
||||
|
||||
static int smpl;
|
||||
// static const int CHANNELS=16;
|
||||
static const int SAMPLES=1024;
|
||||
enum { SAMPLES=1024 };
|
||||
|
||||
int render_one_mock(fluid_synth_t *synth, int blocks)
|
||||
{
|
||||
static int smpl;
|
||||
|
||||
fluid_real_t *left_in, *fx_left_in;
|
||||
fluid_real_t *right_in, *fx_right_in;
|
||||
|
||||
|
|
Loading…
Reference in a new issue