GNOME Bugzilla – Bug 732518
Link with gmodule-2.0-no-export for g_module_*() API
Last modified: 2014-07-23 08:09:25 UTC
Can we add proper linking with GLIB to makefile for RPI ?
Created attachment 279636 [details] [review] makefile with proper linking with GLIB on rpi
Could you share with us what problem this solves exactly in what circumstances? :) Does GST_LIBS not include a linker line for glib?
It's not needed here for building. How does it fail without your patch, and what's the distro you're using? Do you have a custom GLib or GStreamer installation on there?
debian wheezy on rpi (raspbian) And I use this to create debian package http://live.mdragon.org/gst-omx.tar.gz and linking end with unknown symbols http://pastebin.com/DwUp90Pn
Thanks, this should fix it: commit 3d94d3e44d7576a43c8755b2f7b5cf35eb83e8a6 Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Jul 1 09:38:01 2014 +0200 omx: Link to gmodule-2.0-no-export for being able to use the g_module_*() API https://bugzilla.gnome.org/show_bug.cgi?id=732518