diff options
author | Chris Robinson <[email protected]> | 2013-11-28 03:03:16 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-11-28 03:08:28 -0800 |
commit | a3c76c32740248a54827696b87841c6381ee8550 (patch) | |
tree | 0e2d690c2a1a36b467d4fd9a2ce95c26cf6a267b /config.h.in | |
parent | a48f362d282401ddefe742188bd13a59fc79835e (diff) |
Add an option for FLuidSynth to handle MIDI
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e7a73fd8..17c69f3b 100644 --- a/config.h.in +++ b/config.h.in @@ -29,6 +29,9 @@ /* Define if we have ARM Neon CPU extensions */ #cmakedefine HAVE_NEON +/* Define if we have FluidSynth support */ +#cmakedefine HAVE_FLUIDSYNTH + /* Define if we have the ALSA backend */ #cmakedefine HAVE_ALSA |