首页 > 系统服务 > 详细

MacOSX64位机器上gcc编译32位x264静态库

时间:2016-02-24 12:19:40      阅读:362      评论:0      收藏:0      [点我收藏+]

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`‘.

 

仅作记录参考

MacOSX64位机器上gcc编译32位x264静态库

原文:http://www.cnblogs.com/lovelylife/p/5212337.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!