Issue
I am using FFmpeg @ Android and would like to be able to step-in to the FFmpeg code ( Eclipse + Seqouya ), while compiling FFmpeg I use the --disable-stripping --enable-debug=3
flags, still, stepping in with the debugger throws me at some unrelated line of code.
What settings should I use to enable FFmpeg debugging ?
Solution
After some research, The only thing that was missing to enable stepping through ffmpeg code was adding ffmpeg build script --extra-cflags="-gstabs+"
Answered By - NadavRub
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.