该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
@hayu187
在linux mint下尝试编译x264,基本上一次过,只不过一开始有几个no,安装一下lib就可以了。以下参数编译,所有的开关全是yes了
fengyu@fengyupc ~/x264 $ ./configure --enable-static --enable-shared --enable-visualize --system-libx264 --enable-gprof --enable-strip --enable-pic --enable-debug
platform: X86_64
system: LINUX
cli: yes
libx264: system
shared: yes
static: yes
asm: yes
interlaced: yes
avs: avxsynth
lavf: yes
ffms: yes
gpac: yes
gpl: yes
thread: posix
opencl: yes
filters: resize crop select_every
debug: yes
gprof: yes
strip: yes
PIC: yes
visualize: yes
bit depth: 8
chroma format: all
You can run 'make' or 'make fprofiled' now.
当然这样编译很不科学,只是为了好玩,所有的可选参数全部yes了玩玩而已。
centos那是服务器操作系统,基于RHEL,以稳定性为主,无论是内核还是软件还是lib都比较老旧,编译的时候某些依赖可能需要你手工编译新版本解决。想玩这种编译你还是换个桌面操作系统玩吧。喜欢debian系的可以考虑ubuntu,linux mint,国产的deepin也不错。
喜欢RH系的可以考虑fedora,opensuse等等。