I want to use ffmpeg library in my Android Application. I have downloaded the source from here
And I followed the steps INSTALL.md file to build the library. (Compilation Environment is OSX) Unfortunately I'm getting only the .a files (like libavutil.a, libavcore.a, libavcodec.a etc).
How can I compile the library to produce the .so files. Is there any configuration option to change?
I have compiled the source in Linux machine and successfully got the .so files.
While compiling you need to specify the configuration option:
./configure --enable-shared --disable-static
This will give only the shared library files (.so files).
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