zl程序教程

您现在的位置是:首页 >  其他

当前栏目

编译ffmpeg、SDL、x264开源库 for ubuntu

开源Ubuntu for 编译 FFMPEG SDL X264
2023-09-14 09:09:54 时间

一、Build ffmpeg for Linux

地址:https://ffmpeg.org/download.html#releases

1、./configure --disable-yasm --disable-static --enable-shared

2、make -j8

3、sudo make install


二、Build SDL for Linux

地址:http://www.libsdl.org/download-2.0.php

1、./configure

2、make -j8

3、sudo make install

三、Build x264开源库

地址: