windows编译webrtc静态库x86版本

windows编译webrtc

  • licode 客户端需要webrtc
  • webrtc版本似乎较老了
  • is_component_build 是chrome用来编译动态库而非静态库的
  • 但是webrtc库一定是静态库,所以这个选项无用
The Gn argument `is_component_build` is currently ignored for WebRTC builds.
Component builds are supported by Chromium and the argument `is_component_build` makes it possible to create shared libraries instead of static libraries.
If an app depends on WebRTC it makes sense to just depend on the WebRTC static library, so there is no difference between `is_component_build=true` and `is_component_build=false`.

看不到webrtc版本的

PS E:\rrrtc\hjrtc\webrtc-checkout> gclient revinfo -a
src: https://webrtc.googlesource.com/src.git@3ee3c40f95ebf36ab45fcf49c4374d0184068b19
src/base: https://chromium.googlesource.com/chromium/src/base@2b324906836a034cccde270d9446851c0ea81e0a
src/build: https://chromium.googlesource.co

你可能感兴趣的:(WebRTC入门与实战)