I don’t like to ask such questions as “you understood me for me”, but I suspect that it will be very simple for the C ++ guru. I want to build ffmpeg for Android, and I would like it to output an executable, not a set of libraries.
We used the guardian project assembly:
https://github.com/guardianproject/android-ffmpeg
It produces what we want, but I found that setting it up for different architectures would be, at best, unpleasant.
I got this build version:
https://github.com/appunite/AndroidFFmpeg
It does a great job of slicing and decorating various architectures, but creates a jni version.
There is a long story about why I want to use exe, but now I will skip it. Is there a flag that needs to be flipped? Some way or other setting? I am at this point completely puzzled.
Thanks in advance.
source share