当前位置: 代码迷 >> 多媒体/流媒体开发 >> 怎么用eclipse调试ffmpeg
  详细解决方案

怎么用eclipse调试ffmpeg

热度:2621   发布时间:2013-02-26 00:00:00.0
求教:如何用eclipse调试ffmpeg
我在windows下利用mingw+msys编译了ffmpeg,可以使用ffplay播放视频,我想应该是编译成功了
但是在我按照网上说的一些方法利用eclipse调试ffmpeg时总是出错,提示错误如下
**** Rebuild of configuration Default for project ffmpeg-0.5 ****

**** Internal Builder is used for build ****
**** WARNING: The "Default" Configuration may not build ****
**** because it uses the "cdt.managedbuild.toolchain.gnu.mingw.base" ****
**** tool-chain that is unsupported on this system. ****

**** Attempting to build... **** 

Build error
null
我用的是makefile project with existing code这个选项,toolchain选择mingwgcc
这个问题困扰我很久了,请问大家有没有什么解决办法,或者是别的环境下(比如说linux)只要能用实现ffmpeg的调试运行就行
谢谢大家

------解决方案--------------------------------------------------------
很难调试ffmpeg,除非是自己编的ffmpeg
  相关解决方案