linux gdb调试ffmpeg经验

下载ffmpeg之后,cd 到目录下,使用下面命令:

./configure --extra-cflags=-g --disable-stripping

make

make install

ffplay 视频

gdb ffplay


如果在./configure后面不加参数的话会出现下面的错误:

no debugging symbols found


你可能感兴趣的:(linux gdb调试ffmpeg经验)