diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-05-07 12:42:08 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-05-07 12:42:08 -0700 |
commit | 4871ffa6665c69f3754e4e7d813df215cc10a2e0 (patch) | |
tree | 470cc2a0ad2309b3e4c77ecac35a7aec84f4b6e4 /sesman | |
parent | cd0a8721d11e7cdd04561f3d8e226fbad0a147ce (diff) | |
download | xrdp-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/Makefile | 3 | ||||
-rw-r--r-- | sesman/chansrv/pulse/module-xrdp-sink.c | 2 |
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> |