码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2016-02-24 12:22:30      阅读:282      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!