search for: lcelt

Displaying 2 results from an estimated 2 matches for "lcelt".

Did you mean: celt
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
...| 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/celt.pc.in b/celt.pc.in index 98cc008..67a830b 100644 --- a/celt.pc.in +++ b/celt.pc.in @@ -10,5 +10,5 @@ Description: CELT is a low-delay audio codec Version: @CELT_VERSION@ Requires: Conflicts: -Libs: -L${libdir} -lcelt -lm +Libs: -L${libdir} -lcelt at LIBCELT_SUFFIX@ -lm Cflags: -I${includedir} diff --git a/configure.ac b/configure.ac index 4f13d7e..d5e31a7 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ CELT_MINOR_VERSION=7 CELT_MICRO_VERSION=0 CELT_EXTRA_VERSION= CELT_VERSION=$CELT_MAJOR_VERSIO...
2010 Jan 08
1
Introduction + Patch
...on for the codec. I was positively surprised by the availability of something 'almost done' and totally usable in the form of celtclient.c, attached is a tiny patch to update it with the the present API. As future reference and Google indexation to compile it: gcc -lspeexdsp -lasound -lcelt -I../libcelt -o celtclient celtclient.c alsa_device.c What is on my list: - application[1] that can do Push-to-Talk, NAT pass through, some history, just something simple, but directly usable. - maybe if I can get my favorite OEM supportive, to get a low latency, portable Barix clone[2], base...