GNOME Bugzilla – Bug 661122
videotestsrc does not build on Solaris
Last modified: 2011-10-10 15:46:06 UTC
Created attachment 198471 [details] [review] patch fixing issue The videotestsrc plugin in gst-plugins-base 0.10.35 does not compile on Solaris because the Solaris linker requires that the glib libraries be included on the LDADD line as shown in the attached patch. Can this go upstream?
Created attachment 198472 [details] [review] patch fixing gst-plugins-good
Approve the videotestsrc patch, please push. In -good, please change it to how gst/videomixer/Makefile.am pulls in gstvideo, and then push that one.
Comment on attachment 198471 [details] [review] patch fixing issue commit ded27cc61a7218fa4c26d75c129a46c01ccb7153 Author: Brian Cameron <brian.cameron@oracle.com> Date: Mon Oct 10 13:11:59 2011 +0200 videotestsrc: fix LDADD missing GST_LIBS
Push this for gst-plugins-good. Please use git formatted patches in the future and file separate bugs for separate modules. commit 4b06e3095a2aac5b81f931677ce539d715139989 Author: Stefan Sauer <ensonic@users.sf.net> Date: Mon Oct 10 13:20:04 2011 +0200 tests: add missing PLUGIN_ASE_LIBS to LDADD
Sorry, thanks for fixing this!