GNOME Bugzilla – Bug 560600
Forgets to link to some required libraries
Last modified: 2011-01-16 23:37:41 UTC
Hi, attached patch fixes the gstreamermm build if done with --as-needed. Problem is that gstreamerbasemm doesn't link to gstreamermm although it uses symbols from it. Ok to commit this patch?
Created attachment 122549 [details] [review] diff
I guess it can't hurt. We still get errors using the --as-needed flag when building the tests because of the other bug you filed (bug #560601), but having gstreamerbasemm link to gstreamermm should be done anyway. Thanks. Please commit.
2008-11-13 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gstreamerbase/gstreamerbasemm/Makefile.am: Link gstreamerbasemm to gstreamermm as it uses symbols from it. Fixes bug #560600.