After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643607 - [celt] Doesn't compile with celt 0.11.1
[celt] Doesn't compile with celt 0.11.1
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.21
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-01 17:30 UTC by Mamoru TASAKA
Modified: 2011-03-02 22:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mamoru TASAKA 2011-03-01 17:30:35 UTC
Fedora rawhide uses celt 0.11.1 and gst-plugins-bad fails to
build with this celt like:

gstceltenc.c: In function 'gst_celt_enc_setup':
gstceltenc.c:633:3: error: too few arguments to function 'celt_header_init'
/usr/include/celt/celt_header.h:56:12: note: declared here
gstceltenc.c:646:3: warning: passing argument 1 of 'celt_encoder_create' makes integer from pointer without a cast [enabled by default]
/usr/include/celt/celt.h:181:21: note: expected 'int' but argument is of type 'struct CELTMode *'
make[3]: *** [libgstcelt_la-gstceltenc.lo] Error 1
Comment 1 Sebastian Dröge (slomo) 2011-03-02 22:45:07 UTC
commit 1eb3f7f41fdbef005a62b3f03fdfd373f93c83ed
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Wed Mar 2 23:43:42 2011 +0100

    celtenc: Fix compilation with celt >= 0.11.0
    
    Fixes bug #643607.