bravobit / FFmpeg-Android

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

Not working on API 16... #7

Closed Aditya94A closed 6 years ago

Aditya94A commented 6 years ago
onFailure: reloc_library[1311]:  1421 cannot locate 'log2'...
CANNOT LINK EXECUTABLE
��

I tried this on an API 16 genymotion emulator and received the above output message in onFailure() (The command was ffmpeg -version). I can confirm that the exact same apk did work correctly on API 22 and 26.

Brianvdb commented 6 years ago

Thank you for the bug report. This issue is fixed in 19eb74fd39d43699ec88b689b98bab84bce71619

Use the latest version to fix the problem.

dependencies {
    implementation 'nl.bravobit:android-ffmpeg:1.0.7'
}