Menu

#11 celt 0.11 support

open
nobody
None
5
2011-03-04
2011-03-04
arekm
No

Please add celt 0.11 support.

make[3]: Entering directory `/home/users/arekm/rpm/BUILD/opal-3.10.0/plugins/audio/celt'
[CC] celtcodec.c
celtcodec.c: In function 'init_mode':
celtcodec.c:64:30: error: 'CELT_GET_FRAME_SIZE' undeclared (first use in this function)
celtcodec.c:64:30: note: each undeclared identifier is reported only once for each function it appears in
celtcodec.c: In function 'celt_create_encoder':
celtcodec.c:84:3: warning: passing argument 1 of 'celt_encoder_create' makes integer from pointer without a cast
/usr/include/celt/celt.h:181:21: note: expected 'int' but argument is of type 'struct CELTMode *'
celtcodec.c: In function 'celt_create_decoder':
celtcodec.c:110:3: warning: passing argument 1 of 'celt_decoder_create' makes integer from pointer without a cast
/usr/include/celt/celt.h:261:21: note: expected 'int' but argument is of type 'struct CELTMode *'
celtcodec.c: In function 'celt_codec_encoder':
celtcodec.c:162:3: warning: passing argument 3 of 'celt_encode' makes integer from pointer without a cast
/usr/include/celt/celt.h:237:12: note: expected 'int' but argument is of type 'void *'
celtcodec.c: In function 'celt_codec_decoder':
celtcodec.c:193:3: error: too few arguments to function 'celt_decode'
/usr/include/celt/celt.h:302:12: note: declared here
make[3]: *** [celtcodec.o] Error 1
make[3]: Leaving directory `/home/users/arekm/rpm/BUILD/opal-3.10.0/plugins/audio/celt'

Discussion

  • Robert Jongbloed

    Any chance of patches?

     
  • Eugen Dedu

    Eugen Dedu - 2013-02-13

    I think that celt support is not useful anymore. What we need is opus support.

     

Log in to post a comment.