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 604311 - gst-plugins-bad: fails to build against libcelt 0.4.0
gst-plugins-bad: fails to build against libcelt 0.4.0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.17
Other Linux
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-10 22:00 UTC by Stephen Depooter
Modified: 2010-02-19 12:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix build failure with libcelt 0.4.0 (779 bytes, patch)
2009-12-10 22:00 UTC, Stephen Depooter
committed Details | Review

Description Stephen Depooter 2009-12-10 22:00:51 UTC
Created attachment 149545 [details] [review]
fix build failure with libcelt 0.4.0

gst-plugins-bad fails to build against libcelt 0.4.0

Since gst-plugins-bad attempts to support multiple versions of the library, attached is a patch that checks the existence of the CELT_SET_COMPLEXITY symbol before trying to use it.
Comment 1 Tim-Philipp Müller 2010-02-19 12:19:44 UTC
Committted, thanks for the patch!

Commit: 20540ebdb48d355ce4b869cd9a542cbd023843c9
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=20540ebdb48d355ce4b869cd9a542cbd023843c9

Author: Stephen Depooter <stephend@xandros.com>
Date:   Thu Dec 10 16:30:26 2009 -0500

celt: fix compile against earlier CELT versions

Check the existence of the CELT_SET_COMPLEXITY symbol
before trying to use it. Fixes compilation against
libcelt 0.4.0.

Fixes #604311.