Made FluidSynth stuff optional (FLUIDSYNTH=n Makefile preamble option.)

This commit is contained in:
waltje
2017-08-08 22:51:47 -04:00
parent 4b5be4f2f6
commit 5a343c4111
4 changed files with 31 additions and 19 deletions

View File

@@ -1,4 +1,6 @@
/* some code borrowed from scummvm */
#ifdef USE_FLUIDSYNTH
#include <stdlib.h>
#include <stdint.h>
@@ -502,3 +504,6 @@ device_t fluidsynth_device =
NULL,
fluidsynth_config
};
#endif /*USE_FLUIDSYNTH*/