with openssl
1. Change config/module.sh with module-lite.sh
1 | $ cd config |
2. init openssl
1 | $ cd .. |
3. compile openssl
1 | $ cd android/contrib |
4. init android
1 | $ cd ../.. |
5. compile ffmpeg (x86_64 need yasm: $ brew install yasm)
1 | $ cd android/contrib |
6. compile ijk
1 | $ cd .. |
7. copy so files
1 | cp ijkplayer/ijkplayer-armv5/src/main/libs ijkplayer-java/src/main/jniLibs |