I can't compile gst-plugins-base
Tim Müller
tim at centricular.com
Wed Apr 4 09:07:25 UTC 2018
On Tue, 2018-04-03 at 20:13 -0400, Benedict Holland wrote:
> So I don't know why this happens but here is the issue.
>
> gst-plugins-base/tests/icles/Makefile
>
> needs to have -lgstbase-1.0 added to the line. Instead of
>
> GST_LIBS = -L/usr/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0
> $(GCOV_LIBS) INCORRECT
>
> It should be
>
> GST_LIBS = -L/usr/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0
> -lgstbase-1.0 $(GCOV_LIBS) CORRECT
>
> This will compile. I don't know why autoconfig wouldn't do that.
Not sure this should really be needed though, as neither of these to
programs uses API from libgstbase directly.
It smells more like a libtool issue to me, and libgstapp-1.0.so already
links to libgstbase so that should be used transparently.
What distro/os is this?
Cheers
-Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
More information about the gstreamer-devel
mailing list