You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/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.
9 years ago
..
.gitignore Don't ignore files known to git 9 years ago
Makefile missed some files for microphone redirection using rdesktop 11 years ago
module-xrdp-sink-symdef.h chansrv: work on pulse sink 12 years ago
module-xrdp-sink.c pulse: fix build pulseaudio 6.0 or higher 9 years ago
module-xrdp-source-symdef.h added support for microphone redirection using rdesktop 11 years ago
module-xrdp-source.c pulse: fix build pulseaudio 6.0 or higher 9 years ago
pulse-notes.txt more pulse notes 12 years ago
pulse-notes.ubuntu.txt pulseaudio: fixed some build issues 11 years ago