summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-05-07 12:42:08 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-05-07 12:42:08 -0700
commit4871ffa6665c69f3754e4e7d813df215cc10a2e0 (patch)
tree470cc2a0ad2309b3e4c77ecac35a7aec84f4b6e4 /sesman
parentcd0a8721d11e7cdd04561f3d8e226fbad0a147ce (diff)
downloadxrdp-proprietary-4871ffa6665c69f3754e4e7d813df215cc10a2e0.tar.gz
xrdp-proprietary-4871ffa6665c69f3754e4e7d813df215cc10a2e0.zip
pulse sink, don't need i18n.h
Diffstat (limited to 'sesman')
-rw-r--r--sesman/chansrv/pulse/Makefile3
-rw-r--r--sesman/chansrv/pulse/module-xrdp-sink.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/sesman/chansrv/pulse/Makefile b/sesman/chansrv/pulse/Makefile
index 7c3ee7b9..6efbfc16 100644
--- a/sesman/chansrv/pulse/Makefile
+++ b/sesman/chansrv/pulse/Makefile
@@ -1,8 +1,9 @@
-PULSE_DIR=/home/jay/temp/pulseaudio-0.9.21
+#PULSE_DIR=/home/jay/temp/pulseaudio-0.9.21
#PULSE_DIR=/home/jay/pulseaudio-0.9.22
#PULSE_DIR=/home/jay/pulseaudio-0.9.21
+PULSE_DIR=/home/jay/pulseaudio-2.0
OBJS = module-xrdp-sink.o
diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c
index bcab8f1b..84501446 100644
--- a/sesman/chansrv/pulse/module-xrdp-sink.c
+++ b/sesman/chansrv/pulse/module-xrdp-sink.c
@@ -47,7 +47,7 @@
#include <pulse/rtclock.h>
#include <pulse/timeval.h>
#include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
+//#include <pulse/i18n.h>
#include <pulsecore/core-error.h>
#include <pulsecore/sink.h>