open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
389 stars 181 forks source link

Hello, how to build owt for uwp platform? #585

Open zhangdw24 opened 2 years ago

zhangdw24 commented 2 years ago

We want to use it on the hololens2 platform, thank you

jithinagiboson commented 1 year ago

i also what to know the versions of depandencies and the version of vs code pakages for compiling for hololens 2 i am currently using vs 2022 with vcpkg manager but i need to know which version of pacakages are needed for arm64 i have used openssl 3.1.1

socket-io-client 2022-08-19 C++11 implementation of Socket.IO client ffmpeg:arm64-windows 5.1.2#6 a library to decode, encode, transcode, mux, dem...

my current error is


                    ^
../../../../../Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/include\type_traits(532,8): note: 'is_pod<webrtc::CodecSpecificInfoUnion>' has been explicitly marked deprecated here
struct _CXX20_DEPRECATE_IS_POD is_pod : bool_constant<__is_pod(_Ty)> {}; // determine whether _Ty is a POD type
       ^
../../../../../Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/include\yvals_core.h(1253,7): note: expanded from macro '_CXX20_DEPRECATE_IS_POD'
    [[deprecated("warning STL4025: "                                                                                \
      ^
4 warnings generated.
[22/495] CXX obj/third_party/webrtc/call/adaptation/resource_adaptation/video_stream_adapter.obj
ninja: build stopped: subcommand failed.