x264最新包地址:http://www.videolan.org/developers/x264.html

编译命令:

./configure --enable-static --host=i386-apple-darwin

 

--host选项请参考一下连接

http://gcc.gnu.org/install/specific.html
http://airs.com/ian/configure/configure_6.html#SEC39

The `--build' option is used to specify the configuration name of the build system. This can normally be the result of running the `config.guess' shell script, and it is reasonable to use `--build=`config.guess`'.

 

仅作记录参考

相关文章:

  • 2021-04-18
  • 2022-12-23
  • 2022-01-03
  • 2021-06-24
  • 2021-06-18
  • 2022-12-23
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-29
  • 2021-09-17
  • 2021-09-15
  • 2021-04-13
  • 2021-07-28
  • 2021-10-13
相关资源
相似解决方案