Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-10-21 13:47:54 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-10-21 13:47:54 +0400
commit6529bbba01d89713ebf1e9ba85170307740216fb (patch)
tree28c1b7eee49cdb9b7fa886af217f38bb927ce187 /speexclient
parent4375d129467868d83bf482804b12a3b30122090d (diff)
compiles again
git-svn-id: http://svn.xiph.org/trunk/speex@14024 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'speexclient')
-rwxr-xr-xspeexclient/compile.sh2
-rw-r--r--speexclient/speex_jitter_buffer.c4
2 files changed, 5 insertions, 1 deletions
diff --git a/speexclient/compile.sh b/speexclient/compile.sh
index 6c75bd8..fe93af5 100755
--- a/speexclient/compile.sh
+++ b/speexclient/compile.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-gcc -Wall -I../include speexclient.c alsa_device.c -o speexclient -lspeex -lspeexvoip -lasound -lm
+gcc -Wall -I../include speex_jitter_buffer.c speexclient.c alsa_device.c -o speexclient -lspeex -lspeexdsp -lasound -lm
diff --git a/speexclient/speex_jitter_buffer.c b/speexclient/speex_jitter_buffer.c
index d79f34c..d7dac3e 100644
--- a/speexclient/speex_jitter_buffer.c
+++ b/speexclient/speex_jitter_buffer.c
@@ -1,5 +1,9 @@
#include <speex/speex_jitter.h>
+#ifndef NULL
+#define NULL 0
+#endif
+
void speex_jitter_init(SpeexJitter *jitter, void *decoder, int sampling_rate)
{