shithub: openh264

Download patch

ref: 0a57ec3c40c12f3b9dd3a4161da30fe6394ea6f3
parent: 319552db485eda7e907f785540eda1a4cab50043
author: Martin Storsjö <martin@martin.st>
date: Mon Oct 26 12:54:00 EDT 2015

Remove a false claim about older android versions not being supported

Building for older android versions work just fine.

--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@
 Valid `**ANDROID_TARGET**` can be found in `**ANDROID_SDK**/platforms`, such as `android-12`.
 You can also set `ARCH`, `NDKLEVEL` according to your device and NDK version.
 `ARCH` specifies the architecture of android device. Currently `arm`, `arm64`, `x86` and `x86_64` are supported, the default is `arm`. (`mips` and `mips64` can also be used, but there's no specific optimization for those architectures.)
-`NDKLEVEL` specifies android api level, the default is 12, and lower levels are not supported. Availabe possibilities can be found in `**ANDROID_NDK**/platforms`, such as `android-21` (strip away the `android-` prefix).
+`NDKLEVEL` specifies android api level, the default is 12. Availabe possibilities can be found in `**ANDROID_NDK**/platforms`, such as `android-21` (strip away the `android-` prefix).
 
 By default these commands build for the `armeabi-v7a` ABI. To build for the other android
 ABIs, add `ARCH=arm64`, `ARCH=x86`, `ARCH=x86_64`, `ARCH=mips` or `ARCH=mips64`.