From d3027d424b5f58f258c3bf0dbf62e0a3e4c252d0 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 14 Nov 2007 10:31:57 +0000 Subject: Build libspeex for core voice on SWCODEC. Development phase - not currently utilized. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15615 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/sb_celp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs') diff --git a/apps/codecs/libspeex/sb_celp.c b/apps/codecs/libspeex/sb_celp.c index 192c873d9e..b12ca71f4b 100644 --- a/apps/codecs/libspeex/sb_celp.c +++ b/apps/codecs/libspeex/sb_celp.c @@ -750,7 +750,7 @@ int sb_encode(void *state, void *vin, SpeexBits *bits) static SBDecState global_decstate_wb IBSS_ATTR; /* Do not include this for voice codec, files will never be UWB */ -#ifndef SPEEX_ROCKBOX_VOICE_CODEC +#ifndef ROCKBOX_VOICE_CODEC static SBDecState global_decstate_uwb IBSS_ATTR; #endif -- cgit v1.2.3