GNOME Bugzilla – Bug 575101
CELT plugin fails to compile
Last modified: 2009-03-12 16:24:50 UTC
cc1: warnings being treated as errors gstceltenc.c: In function 'gst_celt_enc_encode': gstceltenc.c:743: error: passing argument 3 of 'celt_encode' from incompatible pointer type /usr/include/celt/celt.h:190: note: expected 'celt_int16_t *' but argument is of type 'guint8 *' gstceltenc.c:743: error: passing argument 4 of 'celt_encode' makes pointer from integer without a cast /usr/include/celt/celt.h:190: note: expected 'unsigned char *' but argument is of type 'gint' gstceltenc.c:743: error: too few arguments to function 'celt_encode'
*** This bug has been marked as a duplicate of 573852 ***