competence is a highly prized trait.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4381 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
02c1372458
commit
2ed1053e66
1 changed files with 3 additions and 0 deletions
|
@ -339,14 +339,17 @@ static dllfunction_t qopusfuncs[] =
|
|||
#define qspeex_bits_write speex_bits_write
|
||||
|
||||
#define qspeex_preprocess_state_init speex_preprocess_state_init
|
||||
#define qspeex_preprocess_state_destroy speex_preprocess_state_destroy
|
||||
#define qspeex_preprocess_ctl speex_preprocess_ctl
|
||||
#define qspeex_preprocess_run speex_preprocess_run
|
||||
|
||||
#define qspeex_encoder_init speex_encoder_init
|
||||
#define qspeex_encoder_destroy speex_encoder_destroy
|
||||
#define qspeex_encoder_ctl speex_encoder_ctl
|
||||
#define qspeex_encode_int speex_encode_int
|
||||
|
||||
#define qspeex_decoder_init speex_decoder_init
|
||||
#define qspeex_decoder_destroy speex_decoder_destroy
|
||||
#define qspeex_decode_int speex_decode_int
|
||||
#define qspeex_bits_read_from speex_bits_read_from
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue