You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/01/25 01:50:20 UTC

[3/3] incubator-guacamole-server git commit: GUACAMOLE-179: Merge move of PulseAudio support into library.

GUACAMOLE-179: Merge move of PulseAudio support into library.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/b8f4f19c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/b8f4f19c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/b8f4f19c

Branch: refs/heads/master
Commit: b8f4f19c368a69b0f6b18f7ab72274c1125b23bf
Parents: 67a5d9a 440668a
Author: James Muehlner <ja...@guac-dev.org>
Authored: Tue Jan 24 17:49:37 2017 -0800
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Tue Jan 24 17:49:37 2017 -0800

----------------------------------------------------------------------
 Makefile.am                   |   5 +
 configure.ac                  |   5 +
 src/libguac/audio.c           |  93 ++++++++-----
 src/libguac/guacamole/audio.h |  10 +-
 src/protocols/vnc/Makefile.am |  15 +-
 src/protocols/vnc/client.c    |  16 +--
 src/protocols/vnc/pulse.c     | 266 -----------------------------------
 src/protocols/vnc/pulse.h     |  70 ----------
 src/protocols/vnc/user.c      |   6 +-
 src/protocols/vnc/vnc.c       |  32 +----
 src/protocols/vnc/vnc.h       |  12 +-
 src/pulse/Makefile.am         |  40 ++++++
 src/pulse/pulse.c             | 278 +++++++++++++++++++++++++++++++++++++
 src/pulse/pulse/pulse.h       | 124 +++++++++++++++++
 14 files changed, 542 insertions(+), 430 deletions(-)
----------------------------------------------------------------------