diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-04-05 18:41:06 +0200 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-04-05 18:41:06 +0200 |
commit | 1eea40b826a760f5e15c859744b290b680cda8ab (patch) | |
tree | fae0c46ccb0541b94d792e769f787d2750108219 /plugins/audio/audio-api.h | |
parent | d438e411f8f743573c79fd2c0a0a528b4a2cadf3 (diff) |
Audio plugin: re-enable PulseAudio backend build
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'plugins/audio/audio-api.h')
-rw-r--r-- | plugins/audio/audio-api.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/audio/audio-api.h b/plugins/audio/audio-api.h index bd21b6ab..6edc9357 100644 --- a/plugins/audio/audio-api.h +++ b/plugins/audio/audio-api.h @@ -19,10 +19,6 @@ #ifndef AUDIO_API_H #define AUDIO_API_H -#ifdef HAVE_PULSE -#include "audio-pulse.h" -#endif - /* global plugin handle, should store everything we may need */ typedef struct { int devCount; |