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 140384 - Incorrect library dependency in SDL plugin
Incorrect library dependency in SDL plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal normal
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-18 10:25 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Proposed patch (704 bytes, patch)
2004-04-18 10:26 UTC, Julio Merino
none Details | Review

Description Julio Merino 2004-04-18 10:25:27 UTC
The SDL plugin has a dependency on the libgstxoverlay.la library, specified in
the ext/sdl/Makefile.am file.  This is incorrect, because that library is never
installed, which makes it impossible to build this plugin in a "standalone"
manner.  And it may not even work, even if built from the distribution file
together with all other plugins.

Checking all other plugins reveals that none of them depends on this library
directly, so it looks like an error.  Instead, it should be linked against
libgstinterfaces-0.8.la, as all other plugins do.
Comment 1 Julio Merino 2004-04-18 10:26:48 UTC
Created attachment 26765 [details] [review]
Proposed patch
Comment 2 David Schleef 2004-04-21 00:30:34 UTC
Applied, thanks for noticing.