You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix loading absolute path libs with LD_LIBRARY_PATH
Commit 5aa5b08 changed the way
libraries are dynamically loaded when `LD_LIBRARY_PATH` is set to only
take the filename into account and not the complete path. This seems to
be overlooked code meant for testing as the commit is about video
testing and not library loading.
Revert the file to its previous state to fix loading libraries that are
specified with absolute paths.
Fixes GitHub issue KhronosGroup#479.
0 commit comments