GNOME Bugzilla – Bug 600724
celt: fails to build against celt-0.7
Last modified: 2009-11-11 10:08:56 UTC
Seems like the API changed in celt 0.7 and the module fails to build, we should update our code. c1: warnings being treated as errors gstceltdec.c: In function ‘celt_dec_chain_parse_header’: gstceltdec.c:502: error: passing argument 3 of ‘celt_mode_create’ makes pointer from integer without a cast gstceltdec.c:502: error: too many arguments to function ‘celt_mode_create’ gstceltdec.c:507: error: too few arguments to function ‘celt_decoder_create’ make: *** [libgstcelt_la-gstceltdec.lo] Error 1
Created attachment 147454 [details] [review] celt: Make celt version checks better extensible
Created attachment 147455 [details] [review] celt: Port to 0.7 API Fixes bug #600724.