GNOME Bugzilla – Bug 626670
gaudieffects: Fails to link inline functions properly
Last modified: 2010-08-12 08:16:43 UTC
Functions defined as inline but not static seem to not link correctly and then I get warnings like: (gst-plugin-scanner:11258): GStreamer-WARNING **: Failed to load plugin '/home/ocrete/cinst/lib/gstreamer-0.10/libgstgaudieffects.so': /home/ocrete/cinst/lib/gstreamer-0.10/libgstgaudieffects.so: undefined symbol: abs_int attached patch fixes the problem
Created attachment 167656 [details] [review] gaudieffects: Mark inline functions as static
Comment on attachment 167656 [details] [review] gaudieffects: Mark inline functions as static Looks good, thanks!
commit db44c62acbad6b0de4c1393c631210508bedd021 Author: Olivier Crête <olivier.crete@collabora.co.uk> Date: Wed Aug 11 22:03:07 2010 +0200 gaudieffects: Mark inline functions as static inline Otherwise it fails to correctly link them in some cases. https://bugzilla.gnome.org/show_bug.cgi?id=626670