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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <funman@videolan.org>2014-02-01 01:39:05 +0400
committerTristan Matthews <le.businessman@gmail.com>2014-02-01 02:35:55 +0400
commit3a743db1231c52aa3cfc4e6c3a6a9d583b51c429 (patch)
treee2058367e4e42d0c1323247d748a2d80cc5ce97b /libspeexdsp
parent162d9b49ea0a8e950541f5d9eb765dd6e5a594cb (diff)
Remove dependency on speex
Cherry-picked from VLC commit 0f025b2eea9e2ae08b48209cbe5456c82caa3f47 Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
Diffstat (limited to 'libspeexdsp')
-rw-r--r--libspeexdsp/jitter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libspeexdsp/jitter.c b/libspeexdsp/jitter.c
index c4b5308..2878b2f 100644
--- a/libspeexdsp/jitter.c
+++ b/libspeexdsp/jitter.c
@@ -55,7 +55,6 @@ TODO:
#include "arch.h"
-#include "speex/speex_bits.h"
#include "speex/speex_jitter.h"
#include "os_support.h"