After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 487496 - [dvdspu] fails to link on Mac OS
[dvdspu] fails to link on Mac OS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-17 13:32 UTC by Richard Hult
Modified: 2007-10-17 14:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add GST_BASE_LIBS (648 bytes, patch)
2007-10-17 13:33 UTC, Richard Hult
none Details | Review

Description Richard Hult 2007-10-17 13:32:50 UTC
It looks like Makefile.am is missing the libs to link with. Will attach trivial patch that fixes the build for me.
Comment 1 Richard Hult 2007-10-17 13:33:18 UTC
Created attachment 97351 [details] [review]
Add GST_BASE_LIBS
Comment 2 Tim-Philipp Müller 2007-10-17 14:40:54 UTC
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.

Comment 3 Richard Hult 2007-10-17 14:50:58 UTC
Works perfectly, thanks!