[xiph-commits] r14024 - trunk/speex/speexclient

jm at svn.xiph.org jm at svn.xiph.org
Sun Oct 21 02:47:55 PDT 2007


Author: jm
Date: 2007-10-21 02:47:54 -0700 (Sun, 21 Oct 2007)
New Revision: 14024

Modified:
   trunk/speex/speexclient/compile.sh
   trunk/speex/speexclient/speex_jitter_buffer.c
Log:
compiles again


Modified: trunk/speex/speexclient/compile.sh
===================================================================
--- trunk/speex/speexclient/compile.sh	2007-10-21 01:36:47 UTC (rev 14023)
+++ trunk/speex/speexclient/compile.sh	2007-10-21 09:47:54 UTC (rev 14024)
@@ -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

Modified: trunk/speex/speexclient/speex_jitter_buffer.c
===================================================================
--- trunk/speex/speexclient/speex_jitter_buffer.c	2007-10-21 01:36:47 UTC (rev 14023)
+++ trunk/speex/speexclient/speex_jitter_buffer.c	2007-10-21 09:47:54 UTC (rev 14024)
@@ -1,6 +1,10 @@
 #include <speex/speex_jitter.h>
 
+#ifndef NULL
+#define NULL 0
+#endif
 
+
 void speex_jitter_init(SpeexJitter *jitter, void *decoder, int sampling_rate)
 {
    jitter->dec = decoder;



More information about the commits mailing list