[Bug 794621] Library path switch in gst-libs/ext/Makefile.am causes cross compilation errors

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 6 12:30:27 UTC 2018


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

Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas at ndufresne.ca

--- Comment #1 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Note that, as a workaround, you can build ffmpeg in yocto instead, then Yocto
will take care of all the linking. It's also likely the way we'll build it in
the future.

In this specific case, the -L is required if the .la is not resolved, otherwise
-lbz2 will not be resolved properly if you are using a non-standard prefix. So
if the .la is resolved on Yocto, removing is is harmless. Now, question is, how
do we fix this libdir path ? I've never been clear what happen if you have gcc
--systroot=/my/root -L /usr/lib ...

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