chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
uaudio: pulseaudio support
[disorder]
/
lib
/
uaudio.h
diff --git
a/lib/uaudio.h
b/lib/uaudio.h
index 2a32d40d5148ae096b6be17f52344d4883ece836..631828f7cb54c04cfb82b400eec8464304d57a6d 100644
(file)
--- a/
lib/uaudio.h
+++ b/
lib/uaudio.h
@@
-195,6
+195,10
@@
extern const struct uaudio uaudio_alsa;
extern const struct uaudio uaudio_oss;
#endif
extern const struct uaudio uaudio_oss;
#endif
+#if HAVE_PULSEAUDIO
+extern const struct uaudio uaudio_pulseaudio;
+#endif
+
extern const struct uaudio uaudio_rtp;
extern const struct uaudio uaudio_command;
extern const struct uaudio uaudio_rtp;
extern const struct uaudio uaudio_command;