ubuntu 编译 x264
git clone https://code.videolan.org/videolan/x264.git
cd x264
./configure --disable-asm
platform: X86_64
byte order: little-endian
system: LINUX
cli: yes
libx264: internal
shared: no
static: no
bashcompletion: yes
asm: no
interlaced: yes
avs: avxsynth
lavf: no
ffms: no
mp4: no
gpl: yes
thread: posix
opencl: yes
filters: crop select_every
lto: no
debug: no
gprof: no
strip: no
PIC: no
bit depth: all
chroma format: all
make -j4
make install
本文链接地址:https://const.net.cn/460.html