[Bug 786403] gstlibav.la contains references to -lbz2 for android

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 13 13:42:42 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=786403

--- Comment #16 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
(In reply to Nicolas Dufresne (stormer) from comment #15)
> (In reply to Matthew Waters (ystreet00) from comment #14)
> > 'this .la file' == libgstlibav.la ?  The one you added to the gst-libav
> 
> No, the generator is for the FFMPEG libraries. The libgstlibav.la is still
> generated by libtool.

Right, the FFMPEG generator produces .la files with -lbz2 which when parsed
with libtool will produce references to static libraries.  However, when parsed
with our Android Makefile based .la parser, will simply passthrough the -lbz2
reference and fail at runtime to link to a non-existent shared library.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list