Skip to content

ges, gst-python: Rework libpython loading to be relocatable

Nirbheek Chauhan requested to merge nirbheek/gstreamer:libpython-loading into main

If we don't specify a path for loading, the runtime linker will search for the library instead, which will use the usual mechanisms: RPATHs, LD_LIBRARY_PATH, PATH (on Windows), etc.

Also try harder to load a non-devel libpython using INSTSONAME, if available. Supersedes !3714 (closed)

Merge request reports