Chinaunix首页 | 论坛 | 博客
  • 博客访问: 158104
  • 博文数量: 47
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 256
  • 用 户 组: 普通用户
  • 注册时间: 2013-10-10 09:15
个人简介

熟悉多种视频标准,如h.264, MPEG-2/MPEG-4, AVS.

文章分类

全部博文(47)

文章存档

2015年(5)

2014年(22)

2013年(20)

我的朋友

分类: LINUX

2014-02-10 17:38:26

When using gdb to debug step by step, sometimes, the value of some variables don't be printed and we can see the following message.

$5 =

 

Path:

[root@localhost ffmpeg-2.1.1]# pwd

/home/ffmpeg_sources/ffmpeg-2.1.1

 

打开configure 文件

vim configure

host_cflags='-O3 -g' 替换为host_cflags='-O0 -g'
则关闭优化选项

阅读(836) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~