Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
12345678
  1. # libwebrtc.mk
  2. This repo tries to make it a bit easier to create new WebRTC projects.
  3. It's intended to be used as a git submodule, and is an easy way to download
  4. and compile WebRTC in a way which can be embedded in a parent project.
  5. The WebRTC library will be compiled from source, and both the checkout process
  6. and the compile itself can take quite a while. Be patient.