GNOME Bugzilla – Bug 604311
gst-plugins-bad: fails to build against libcelt 0.4.0
Last modified: 2010-02-19 12:20:01 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.
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.