GNOME Bugzilla – Bug 759855
build: pbutils needs to link to libgstbase for bytewriter and adapter
Last modified: 2015-12-25 10:17:30 UTC
we have to add GST_BASE_LIBS and GST_BASE_CFLAGS variables to pbutils Makefile.am for a build without errors : ... libgstpbutils_@GST_API_VERSION@_la_LIBADD = \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la \ $(GST_LIBS) $(GST_BASE_LIBS) libgstpbutils_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GST_BASE_CFLAGS) ...
How is this related to Ubuntu? I fixed that yesterday right after the release though :) commit 7fddeaa8782f0d6114a236178b6709cd90724994 Author: Sebastian Dröge <sebastian@centricular.com> Date: Thu Dec 24 13:59:52 2015 +0100 pbutils: Link to libgstbase for bytewriter and adapter