openh264初探

代码下载

git clone https://github.com/cisco/openh264

代码编译

git branch -av
git checkout --track -b openh264v2.3.1 origin/openh264v2.3.1  //切换到一个稳定分支
mkdir out  //创建构建目录
meson out  //开始meson构建
cd out
ninja  //ninja编译

安装

sudo ninja install  //安装

安装内容如下:

fuqiang@ubuntu:~/workspace/spacemit_mpp/thirdparty/openh264/out$ sudo ninja install

[0/1] Installing files.
Installing libopenh264.so.2.3.1 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to libopenh264.so.2.3.1 to /usr/local/lib/x86_64-linux-gnu/libopenh264.so.7
Installing symlink pointing to libopenh264.so.7 to /usr/local/lib/x86_64-linux-gnu/libopenh264.so
Installing /home/fuqiang/workspace/spacemit_mpp/thirdparty/openh264/codec/api/wels/codec_api.h to /usr/local/include/wels
Installing /home/fuqiang/workspace/spacemit_mpp/thirdparty/openh264/codec/api/wels/codec_app_def.h to /usr/local/include/wels
Installing /home/fuqiang/workspace/spacemit_mpp/thirdparty/openh264/codec/api/wels/codec_def.h to /usr/local/include/wels
Installing /home/fuqiang/workspace/spacemit_mpp/thirdparty/openh264/codec/api/wels/codec_ver.h to /usr/local/include/wels
Installing /home/fuqiang/workspace/spacemit_mpp/thirdparty/openh264/out/meson-private/openh264.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig

相关推荐

  1. openh264初探

    2024-03-19 15:38:02       15 阅读
  2. Snakemake:初探

    2024-03-19 15:38:02       36 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-03-19 15:38:02       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-03-19 15:38:02       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-03-19 15:38:02       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-03-19 15:38:02       18 阅读

热门阅读

  1. 工程化专栏目录

    2024-03-19 15:38:02       19 阅读
  2. vue项目- el-table表格合并行

    2024-03-19 15:38:02       18 阅读
  3. Prometheus云原生监控笔记

    2024-03-19 15:38:02       17 阅读
  4. c++希尔排序

    2024-03-19 15:38:02       17 阅读
  5. AI论文:中国A股市场长期牛市的先决条件研究

    2024-03-19 15:38:02       18 阅读
  6. ZYNQ NE10 裸机(standalone)

    2024-03-19 15:38:02       20 阅读