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
I see there is no create_ssp_class function in the linux_x64 variant of the library. Function exists in macos and windows variant and it's suppose to return the pointer to imf::SspClient. This function is useful when want get the imf::SspClient from dlopen/dlsym like in this example: https://github.com/summershrimp/obs-ssp/blob/be1282a/src/obs-ssp.cpp#L51 however from what I see it's impossible on linux.
I see there is no
create_ssp_class
function in the linux_x64 variant of the library. Function exists in macos and windows variant and it's suppose to return the pointer toimf::SspClient
. This function is useful when want get theimf::SspClient
fromdlopen/dlsym
like in this example: https://github.com/summershrimp/obs-ssp/blob/be1282a/src/obs-ssp.cpp#L51 however from what I see it's impossible on linux.windows:
macos:
linux/android return no symbols
The text was updated successfully, but these errors were encountered: