当前位置: 首页 > news >正文

海思3531a pjsip交叉编译

学习文档:

PJSUA2 Documentation — PJSUA2 Documentation 1.0-alpha documentationhttps://www.pjsip.org/docs/book-latest/html/index.html

./configure --prefix=/opensource/pjproject-2.12/build3531a \
            --host=/opt/hisi-linux/x86-arm/arm-hisiv300-linux/target/bin \
            --disable-option-checking \
            --disable-FEATURE \
            --disable-floating-point \
            --disable-pjsua2 \
            --disable-resample \
            --disable-sound \
            --disable-video \
            --disable-small-filter  \
            --disable-large-filter  \
            --disable-speex-aec   \  
            --disable-g711-codec  \
            --disable-l16-codec  \
            --disable-gsm-codec    \
            --disable-g722-codec    \
            --disable-g7221-codec   \
            --disable-speex-codec   \
            --disable-ilbc-codec    \
            --disable-sdl           \
            --disable-ffmpeg        \
            --disable-v4l2          \
            --disable-openh264      \
            --disable-vpx           \
            --disable-android-mediacodec \
            --disable-darwin-ssl    \
            --disable-ssl           \
            --disable-opencore-amr  \
            --disable-silk          \
            --disable-opus          \
            --disable-bcg729        \
            --disable-libyuv        \
            --disable-libwebrtc     \
            --enable-libwebrtc-aec3 
             

http://www.lryc.cn/news/32583.html

相关文章:

  • 《安富莱嵌入式周报》第305期:超级震撼数码管瀑布,使用OpenAI生成单片机游戏代码的可玩性,120通道逻辑分析仪,复古电子设计,各种运动轨迹函数源码实现
  • 力扣-查找每个员工花费的总时间
  • 企业级信息系统开发学习笔记1.8 基于Java配置方式使用Spring MVC
  • 【C语言复习】C语言中的文件操作
  • 00后整顿职场,当摸鱼测试员遇上了内卷00后。
  • 程序员的上帝视角(4)——视角
  • 一、webpack基础
  • 超详细VMware CentOS7(最小安装)安装教程
  • 经典卷积模型回顾8—NIN实现图像分类(matlab)
  • 【Java笔记】泛型
  • 【Linux】用户管理
  • 深入理解Mysql索引底层数据结构与算法
  • 【SpringBoot高级篇】SpringBoot集成jasypt 配置脱敏和数据脱敏
  • JAVA知识体系(二)
  • Verilog 学习第八节(数码管段码显示)
  • 方案开发|快递吊钩电子秤方案
  • Spring-IOC容器初始化过程
  • AspCms标签手册
  • 什么是Netty
  • SpringCloud:统一网关Gateway
  • 【独家】华为OD机试 - 最差产品奖(C 语言解题)
  • ​力扣解法汇总1599. 经营摩天轮的最大利润
  • MySQL-常见的五种索引
  • Linux学习第二十三节-压缩和解压缩和tar打包工具
  • 没有钱怎么创业?一分钱没有如何能创业成功?
  • 【操作系统原理实验】银行家算法模拟实现
  • java医院云HIS系统:融合B/S版电子病历系统 能与公卫、PACS等各类外部系统融合
  • 单线激光雷达(SICK)驱动安装及时空标定
  • Java IO流
  • LeetCode - 1653 使字符串平衡的最少删除次数