mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 15:42:54 +00:00
Basic CoreMIDI driver (Mac OSX). Ticket #18
This commit is contained in:
parent
f07957e769
commit
291810dfe1
1 changed files with 3 additions and 4 deletions
|
@ -6,6 +6,9 @@
|
|||
/* whether or not we are supporting CoreAudio */
|
||||
#undef COREAUDIO_SUPPORT
|
||||
|
||||
/* whether or not we are supporting CoreMIDI */
|
||||
#undef COREMIDI_SUPPORT
|
||||
|
||||
/* Define if building for Mac OS X Darwin */
|
||||
#undef DARWIN
|
||||
|
||||
|
@ -123,10 +126,6 @@
|
|||
/* Include the LADSPA Fx unit */
|
||||
#undef LADSPA
|
||||
|
||||
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
||||
*/
|
||||
#undef LT_OBJDIR
|
||||
|
||||
/* Define to enable MidiShare driver */
|
||||
#undef MIDISHARE_SUPPORT
|
||||
|
||||
|
|
Loading…
Reference in a new issue