git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1101 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-04-10 15:37:20 +00:00
parent 9db533862d
commit 786bf4d1cb
3 changed files with 2 additions and 1007 deletions

View File

@ -12,7 +12,7 @@ CC = gcc
INCDIR = -Iinclude -I$(srcdir)/include
DEFS = -DHAVE_CONFIG_H
CPPFLAGS=
CFLAGS = -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops
CFLAGS = -Wall -O4 -fexpensive-optimizations -funroll-loops
LIBS =
LDFLAGS = -L.
COMPILE = $(CC) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CFLAGS)

File diff suppressed because it is too large Load Diff

View File

@ -179,7 +179,7 @@ static switch_status cepstral_speech_feed_tts(switch_speech_handle *sh, char *te
static switch_status cepstral_speech_read_tts(switch_speech_handle *sh,
void *data,
size_t *datalen,
size_t *rate,
uint32_t *rate,
switch_speech_flag *flags)
{
cepstral_t *cepstral;