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. |
| 59 | Example for arm64: ```make OS=android NDKROOT=/home/android-ndk-r13b TARGET=android-15 ARCH=arm64 NDKLEVEL=21``` (note that due to the different compiler used (gcc/clang) and system folder structure, using newer NDK may require some changes in the OpenH264 source base). There may be a failure when building the Open264 sample app, but it can be safely ignored since the library itself must have been successfully built by that point. |
| 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. |