forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1101 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9db533862d
commit
786bf4d1cb
@ -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)
|
||||
|
1005
patches/types.diff
1005
patches/types.diff
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user