xrdp/sesman/chansrv/pulse
Koichiro IWAO 93f7bcb71b pulse: fix build pulseaudio 6.0 or higher
Discovered in #321.  The number of argument for pa_rtpoll_run have
been changed since 6.0.

>=6.0 : int pa_rtpoll_run(pa_rtpoll *f);
<6.0  : int pa_rtpoll_run(pa_rtpoll *f, bool wait);

Check pulseaudio version by PA_CHECK_VERSION macro introduced since
pulseaudio 0.9.16.  In case PA_CHECK_VERSION is not defined,
pa_rtpoll_run takes 2 arguments.
2016-02-18 00:45:33 +09:00
..
.gitignore Don't ignore files known to git 2016-02-12 23:52:46 -08:00
Makefile missed some files for microphone redirection using rdesktop 2014-01-07 19:50:20 -08:00
module-xrdp-sink-symdef.h chansrv: work on pulse sink 2013-03-29 22:14:51 -07:00
module-xrdp-sink.c pulse: fix build pulseaudio 6.0 or higher 2016-02-18 00:45:33 +09:00
module-xrdp-source-symdef.h added support for microphone redirection using rdesktop 2014-01-07 19:47:57 -08:00
module-xrdp-source.c pulse: fix build pulseaudio 6.0 or higher 2016-02-18 00:45:33 +09:00
pulse-notes.txt more pulse notes 2013-06-06 10:57:17 -07:00
pulse-notes.ubuntu.txt pulseaudio: fixed some build issues 2014-01-17 19:40:13 -08:00