58 | | 1. Build the OpenH264 library according to the instructions provided in README.md at the OpenH264 directory. Modify the Makefile to install it to different location (modify the "prefix") and run "make install". |
59 | | 1. Copy {{{libopenh264.so}}} to your Android application library directory (such as libs/armeabi). |
| 58 | 1. Build the OpenH264 library according to the instructions provided in README.md at the OpenH264 directory. |
| 59 | Example for arm64: ```make OS=android NDKROOT=/home/android-ndk-r13b TARGET=android-15 ARCH=arm64 NDKLEVEL=21``` (note that due to different compiler used (gcc/clang) and system folder structure, using newer NDK may require some changes in the OpenH264 source base). |
| 60 | 1. Modify the Makefile to install it to a different location (modify the "prefix") and run "make install". Manually copy {{{libopenh264.so}}} to "prefix"{{/lib}}}, if necessary. |
| 61 | 1. Copy {{{libopenh264.so}}} to your Android application library directory (such as jniLibs/armeabi, or jniLibs/arm64-v8a). |