diff options
author | Goran Mekić <meka@tilda.center> | 2017-05-21 11:28:12 +0200 |
---|---|---|
committer | Goran Mekić <meka@tilda.center> | 2017-12-30 15:18:26 +0100 |
commit | 5f6dacd2acd612c3ec7d069c853f808cfe9e3d00 (patch) | |
tree | d652a1df06765be019094e78c9682d7f3b07f5b3 /drumgizmo/enginefactory.h | |
parent | 1e7485b7f42d64f86daf732b190ce287ef8ee33a (diff) |
Add OSS MIDI input
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r-- | drumgizmo/enginefactory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index 2a1457e..327c326 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -53,6 +53,10 @@ #include "input/jackmidi.h" #endif +#ifdef HAVE_INPUT_OSS +#include "input/ossmidi.h" +#endif + #ifdef HAVE_OUTPUT_DUMMY #include "output/outputdummy.h" #endif |