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

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


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

--- Comment #7 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
The problem is the use of -lbz2 vs /path/to/lib/libbz2.la on android.  The
former will expect libbz2.so on the android device (which does not exist) and
the latter will include libbz2.a in the app (which is what we want).

I think the problem is our custom .la generator in gst-libav.

-- 
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