diff options
author | Chris Robinson <[email protected]> | 2015-10-20 17:41:53 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-20 18:01:27 -0700 |
commit | 6689c61ff474657109c5a73827b8733aba7dfd45 (patch) | |
tree | 3c9a3371b1be3085ec4a298148bd45ebf495c44f /config.h.in | |
parent | d9a77a7edc309f399ce257f4b69d240008f47b49 (diff) |
Remove the MIDI code
The extension's not going anywhere, and it can't do anything fluidsynth can't.
The code maintenance and bloat is not worth keeping around, and ideally the AL
API would be able to facilitate MIDI-like behavior anyway (envelopes, start-at-
time, etc).
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index a7f7ccab..e654fc27 100644 --- a/config.h.in +++ b/config.h.in @@ -32,9 +32,6 @@ /* 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 |