summaryrefslogtreecommitdiffhomepage
path: root/src/lingot-config.h
diff options
context:
space:
mode:
authorPiotr Pawlow <pp@siedziba.pl>2014-03-14 01:04:56 +0100
committerPiotr Pawlow <pp@siedziba.pl>2014-03-14 01:04:56 +0100
commit56acbfafc18f8716959ee7e0abe3bbfeb8f81056 (patch)
tree0742b76656458489507348f6877479dd4d430f8e /src/lingot-config.h
parent9bc63f42d03ef071132142c2462b03b992b95f3b (diff)
- add portaudio
Diffstat (limited to 'src/lingot-config.h')
-rw-r--r--src/lingot-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lingot-config.h b/src/lingot-config.h
index 157baa6..6324a6a 100644
--- a/src/lingot-config.h
+++ b/src/lingot-config.h
@@ -27,7 +27,7 @@
#include "lingot-config-scale.h"
typedef enum audio_system_t {
- AUDIO_SYSTEM_OSS = 0, AUDIO_SYSTEM_ALSA = 1, AUDIO_SYSTEM_JACK = 2
+ AUDIO_SYSTEM_OSS = 0, AUDIO_SYSTEM_ALSA = 1, AUDIO_SYSTEM_JACK = 2, AUDIO_SYSTEM_PORTAUDIO = 3
} audio_system_t;
typedef enum window_type_t {