当前位置:网站首页>Webrtc adding third-party libraries
Webrtc adding third-party libraries
2022-06-12 08:14:00 【oneboyishappy】
webrtc Add a third-party library when compiling , This article takes android End increase openssl Static library as an example :
if (is_android) {
lib_dirs = [ "//rtc_base/openssl/android" ] // Static inventory path
libs = ["ssl","crypto",] //libssl.a and libcrypto.a
}
Get it done !
边栏推荐
- MYSQL中的调用存储过程,变量的定义,
- 如何理解APS系统的生产排程?
- El expression and JSTL
- 模型压缩 | TIP 2022 - 蒸馏位置自适应:Spot-adaptive Knowledge Distillation
- A brief summary of C language printf output integer formatter
- Installation series of ROS system (I): installation steps
- 安科瑞消防应急照明和疏散指示系统
- tmux常用命令
- 千万别把MES只当做工具,不然会错过最重要的东西
- How to write simple music program with MATLAB
猜你喜欢

DUF:Deep Video Super-Resolution Network Using Dynamic Upsampling Filters ... Reading notes

Installation series of ROS system (II): ROS rosdep init/update error reporting solution

Installation series of ROS system (I): installation steps

DUF:Deep Video Super-Resolution Network Using Dynamic Upsampling Filters ...阅读笔记

Hands on deep learning -- Introduction to linear regression model

Vins technical route and code explanation

MES系统是什么?MES系统的操作流程是怎样?

Vision Transformer | Arxiv 2205 - TRT-ViT 面向 TensorRT 的 Vision Transformer

计组第一章

ASP. Net project development practice introduction_ Item VI_ Error report (summary of difficult problems when writing the project)
随机推荐
Debug debugging cmake code under clion, including debugging process under ROS environment
Summary of 3D point cloud construction plane method
Vision transformer | arXiv 2205 - TRT vit vision transformer for tensorrt
A brief summary of C language printf output integer formatter
工厂的生产效益,MES系统如何提供?
802.11 protocol: wireless LAN protocol
What is an extension method- What are Extension Methods?
Leetcode notes: Weekly contest 277
(P15-P16)对模板右尖括号的优化、函数模板的默认模板参数
电气火灾探测器对各用电回路进行实时监控
MYSQL中的查询
Instructions spéciales pour l'utilisation du mode nat dans les machines virtuelles VM
C # hide the keyboard input on the console (the input content is not displayed on the window)
Figure neural network makes Google maps more intelligent
记录谷粒商城踩坑(一)
TMUX common commands
安科瑞电动机保护器具有过载反时限、过载定时限、接地、起动超时、漏电、欠载、断相、堵转等功能
(p40-p41) transfer and forward perfect forwarding of move resources
企业为什么要实施MES?具体操作流程有哪些?
模型压缩 | TIP 2022 - 蒸馏位置自适应:Spot-adaptive Knowledge Distillation