编译最新版x264的方法(2013-01-17版测试可用)

参考链接:http://bbs.chinavideo.org/viewth ... 26amp%3Btypeid%3D19

给出这篇文章的另一个出处(英文版):http://doom10.org/index.php?topic=1767.0

这里给出了一些更为具体的步骤以及Debug时出现的问题的解决办法:
------2012.10.20-------
Some people email me and say the values of the variables are incorrect in debugging.  This is because the compiler use -O1 option in debugging.

Here is a DIRTY fix: (I really don't want to modify any original code)
open 'configure' file, find:
if [ "$debug" = "yes" ]; then
    CFLAGS="-O1 -g $CFLAGS"

replace -O1 for -Od :
if [ "$debug" = "yes" ]; then
    CFLAGS="-Od -g $CFLAGS"

save and rebuild your project

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值