Browse Source

pulse sink, don't need i18n.h

pull/1/head
Jay Sorg 11 years ago
parent
commit
7d5bb8a6ae
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      Makefile
  2. +1
    -1
      module-xrdp-sink.c

+ 2
- 1
Makefile View File

@ -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.22
#PULSE_DIR=/home/jay/pulseaudio-0.9.21 #PULSE_DIR=/home/jay/pulseaudio-0.9.21
PULSE_DIR=/home/jay/pulseaudio-2.0
OBJS = module-xrdp-sink.o OBJS = module-xrdp-sink.o


+ 1
- 1
module-xrdp-sink.c View File

@ -47,7 +47,7 @@
#include <pulse/rtclock.h> #include <pulse/rtclock.h>
#include <pulse/timeval.h> #include <pulse/timeval.h>
#include <pulse/xmalloc.h> #include <pulse/xmalloc.h>
#include <pulse/i18n.h>
//#include <pulse/i18n.h>
#include <pulsecore/core-error.h> #include <pulsecore/core-error.h>
#include <pulsecore/sink.h> #include <pulsecore/sink.h>


Loading…
Cancel
Save