From 35ff1d5187da4a102406e035e8d5c02922266c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Meki=C4=87?= Date: Mon, 10 Apr 2017 14:01:20 +0200 Subject: Add OSS output support --- drumgizmo/enginefactory.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drumgizmo/enginefactory.h') 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 { -- cgit v1.2.3