mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-02 07:21:58 +00:00
Prevent unused variable warnings if LADSPA is not compiled in
This commit is contained in:
parent
4120b2320f
commit
171faae670
1 changed files with 2 additions and 0 deletions
|
@ -555,7 +555,9 @@ new_fluid_synth(fluid_settings_t *settings)
|
|||
fluid_sfloader_t* loader;
|
||||
double gain;
|
||||
int i, nbuf;
|
||||
#ifdef LADSPA
|
||||
int with_ladspa = 0;
|
||||
#endif
|
||||
|
||||
/* initialize all the conversion tables and other stuff */
|
||||
if (fluid_synth_initialized == 0)
|
||||
|
|
Loading…
Reference in a new issue