x264
bianshaopeng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
x264 for Android 编译
一。X264下载 1.git命令 git clone https://code.videolan.org/videolan/x264.git 2.官网:https://www.videolan.org/developers/x264.html 二。X264编译 在X264 文件夹下创建build_x264.sh编译文件 #!/bin/bash echo ">>>>>>>>> build x264 for andr...原创 2020-12-02 15:52:50 · 1386 阅读 · 1 评论 -
linux 编译x264
一.下载libx264库,下载地址是:http://www.videolan.org/developers/x264.html 也可以通过git clone https://code.videolan.org/videolan/x264.git 二.编译、安装libx264 打开命令终端(ctrl + Alt + T)cd 到libx264目录,首先配置libx264库:在命令终端输入 ./configure --enable-static --prefix=static --pre...原创 2020-12-04 20:32:12 · 1400 阅读 · 0 评论 -
linux 配置动态库
一。错误 1.error while loading shared libraries: libxxx.so: cannot open shared object 是因为在Linux环境下动态库没有引用进去 vim/etc/ld.so.conf 添加要用的动态库的目录绝对路径 #引入x264的动态库 /media/bsp/_dde_data/applications/X264/x264_linux/x264/sharex264/lib #引入ffmpeg的动态库 /media/bsp/..原创 2020-12-04 19:45:19 · 619 阅读 · 0 评论
分享