GNOME Bugzilla – Bug 595897
Problem linking videomixer
Last modified: 2009-09-22 06:06:07 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?
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.