I have got FFmpeg compiled (libffmpeg.so) on Android. Now I have to build either an application like RockPlayer or use existing Android multimedia framework to invoke FFmpeg
I had the same issue, I found most of the answers here out dated.
I ended up writing a wrapper on FFMPEG to access from Android with a single line of code.