- 卸载与清除
# 删除由make install命令安装的文件 make uninstall # 只删除make时产生的临时文件 make clean # 同时删除configure和make产生的临时文件 make distclean
只说配置项./configure
, make -j8
make install
这些后继工作不表
- 编译
fdk-aac
./configure --enable-shared
- 编译
x264
./configure --enable-shared
- 编译
ffmpeg
./configure --enable-nonfree --enable-gpl --enable-libx264 --enable-ffplay --enable-ffmpeg --enable-ffprobe --enable-shared --disable-debug --disable-x86asm --disable-static --disable-doc --extra-cflags=-I../SDL2-2.0.14/build/include --extra-ldflags=-L../SDL2-2.0.14/build/lib