diff options
author | Goran Mekić <meka@tilda.center> | 2017-04-10 14:01:20 +0200 |
---|---|---|
committer | Goran Mekić <meka@tilda.center> | 2017-04-14 20:46:01 +0200 |
commit | 35ff1d5187da4a102406e035e8d5c02922266c16 (patch) | |
tree | ac3b91fb86cb3c2a6b4e299a4d402da2e5dcebcd /drumgizmo/enginefactory.h | |
parent | 21c0b85b57c68d591108d5f8efc1c2247c05c74f (diff) |
Add OSS output support
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r-- | drumgizmo/enginefactory.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index b2c0428..2a1457e 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -69,6 +69,11 @@ #include "output/jackaudio.h" #endif +#ifdef HAVE_OUTPUT_OSS +#include "output/oss.h" +#endif + + //! Factory for various input- and output engines class EngineFactory { |