bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
739 stars 175 forks source link

Support APK ABI Splits #36

Closed jonasbark closed 6 years ago

jonasbark commented 6 years ago

Thanks for the library, it works really well!

According to what I understand abi splits for APKs (https://developer.android.com/studio/build/configure-apk-splits) is not supported for this library as the binaries are included in the assets directory. Can you think of any way to support apk splits?

Brianvdb commented 6 years ago

Yes you can still reduce the APK size. You can read about it in the wiki.

jonasbark commented 6 years ago

Damn, sorry I missed that. Maybe it's a good idea to reference this in the Readme.