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 want to get shared library with webrtc supported,i executed the following commands on windows :
cmake -DBUILD_SHARED_LIBS=on -DBUILD_WEBRTC_FROM_SOURCE=on ..
cmake --build . --config Release --parallel 12
but failed at end.
the command told me :No update step for ‘ext_webrtc' No path setp for 'ext_webrtc',...No build step for 'ext_webrtc'.
can someone tell me how to get dynamic library with webrtc?thank you.
The text was updated successfully, but these errors were encountered:
Checklist
main
branch).My Question
I want to get shared library with webrtc supported,i executed the following commands on windows :
cmake -DBUILD_SHARED_LIBS=on -DBUILD_WEBRTC_FROM_SOURCE=on ..
cmake --build . --config Release --parallel 12
but failed at end.
the command told me :No update step for ‘ext_webrtc' No path setp for 'ext_webrtc',...No build step for 'ext_webrtc'.
can someone tell me how to get dynamic library with webrtc?thank you.
The text was updated successfully, but these errors were encountered: