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 595897 - Problem linking videomixer
Problem linking videomixer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.26
Other Solaris
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-22 01:58 UTC by Brian Cameron
Modified: 2009-09-22 06:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing problem (944 bytes, patch)
2009-09-22 01:58 UTC, Brian Cameron
committed Details | Review

Description Brian Cameron 2009-09-22 01:58:49 UTC
Created attachment 143650 [details] [review]
patch fixing problem

On Solaris, the linking of the videomixer plugin fails with this error:

ld: fatal: library -lgstvideo-0.10: not found

The Sun Studio compiler is more picky about the fact that dependencies must be
listed explicitly, while the GCC compiler allows implicit linking.

The attached patch fixes this problem.  Can this patch go upstream?
Comment 1 Sebastian Dröge (slomo) 2009-09-22 06:03:47 UTC
commit 219168b40bf4af27c00cc5fe63ed36e4221053ba
Author: Brian Cameron <brian.cameron@sun.com>
Date:   Tue Sep 22 08:02:48 2009 +0200

    videomixer: Add $(GST_PLUGINS_BASE_LIBS) to LDFLAGS for linking libgstvideo
    
    Fixes bug #595897.