我在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