GNOME Bugzilla – Bug 487496
[dvdspu] fails to link on Mac OS
Last modified: 2007-10-17 14:50:58 UTC
It looks like Makefile.am is missing the libs to link with. Will attach trivial patch that fixes the build for me.
Created attachment 97351 [details] [review] Add GST_BASE_LIBS
Indeed, thanks for the patch. I think GST_LIBS should be sufficient - please re-open if it's not. 2007-10-17 Tim-Philipp Müller <tim at centricular dot net> Patch by: Richard Hult <richard imendio com> * gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer.
Works perfectly, thanks!