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 ?
After some research, The only thing that was missing to enable stepping through ffmpeg code was adding ffmpeg build script --extra-cflags="-gstabs+"
This works for me, not sure how much necessary/helpful:
--disable-optimizations --extra-cflags=-Og --extra-cflags=-fno-omit-frame-pointer --enable-debug=3 --extra-cflags=-fno-inline
Then use ffmpeg_g :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With