Commit Graph

27 Commits (0a5bc44a0bd8100be3592bc155cf4b28ccb9cd17)

Author SHA1 Message Date
Pavel Roskin 72019d3611 Use better symbols to protect include files 9 years ago
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
Pavel Roskin ffc4efb9ce Don't ignore files known to git
That can cause unexpected behavior, especially with third party tools.
The ignored files will be lost if the source tree is re-imported to
another git repository, unless special care is taken.

Whitelist all non-generated makefiles.

To whitelist instfiles/pam.d/xrdp-sesman, add path to all generated
executables listed in the top-level .gitignore, sort .gitignore
alphabetically.

Add mkinstalldir, it's used by Automake on some systems.
9 years ago
Pavel Roskin 22e808a186 Add missing spaces in the strings that are split for line wrapping 9 years ago
Pavel Roskin 964e860072 Run through codespell 9 years ago
Jay Sorg bff2009147 chansrv: change to 44100 recording, disconnect / reconnect fixes 10 years ago
Jay Sorg 290bafe173 pulse: fix for recording delay 10 years ago
Jay Sorg e4d054654f pulse sink: check for partial sends 11 years ago
speidy d7b49762fa pulseaudio: let module-xrdp-source compile on CentOS6 (PA 0.9.21) 11 years ago
Jay Sorg e65c237503 pulse: fix for build with pulseaudio 4.0+ 11 years ago
Laxmikant Rashinkar 33e6c7a834 pulseaudio: fixed some build issues 11 years ago
Laxmikant Rashinkar 82b7ccae96 we now load module-xrdp-sink/source automatically so user's dont have to mess around with configuring /etc/pulse/default.pa config file 11 years ago
Laxmikant Rashinkar 43b7b84182 missed some files for microphone redirection using rdesktop 11 years ago
Laxmikant Rashinkar f0560e1467 added support for microphone redirection using rdesktop 11 years ago
Jay Sorg 5ef6aa20a4 pulse notes 12 years ago
Jay Sorg 5098f8b0fe pulse: change some errors to debug 12 years ago
Jay Sorg 1b8b5daab5 more pulse notes 12 years ago
Jay Sorg 21df0406d7 pulse work and cleanup 12 years ago
Jay Sorg 8c9fe9452f pulse sink changes 12 years ago
Jay Sorg 4871ffa666 pulse sink, don't need i18n.h 12 years ago
Jay Sorg 6d5ffee12b work on pulse sink, added close message 12 years ago
Jay Sorg d8d35f0513 chansrv: added some pulse sink notes 12 years ago
Jay Sorg 73b074d602 chansrv: work on pulse sink 12 years ago
Jay Sorg 2d89ae1f38 chansrv: work on pulse sink 12 years ago
Jay Sorg b9f1c9fa26 chansrv: work on pulse sink 12 years ago
Jay Sorg 9301d19d88 chansrv: work on pulse sink 12 years ago
Jay Sorg 5e8e1856f1 chansrv: work on pulse sink 12 years ago