shithub: openh264

Download patch

ref: 23ea23e7c124acf4268f9c1e80b759786ab2f0a5
parent: 538d22560f6dbd98d0b3bea5085c134a6fdfaecc
author: Licai Guo <[email protected]>
date: Wed Feb 19 15:57:24 EST 2014

update README

--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@
 Valid **ANDROID_TARGET** can be found in **ANDROID_SDK**/platforms, such as android-12. 
 You can also set ARCH, NDKLEVEL, GCCVERSION according to your device and NDK version.
 ARCH specifies the architecture of android device. Currently only arm and x86 are supported, the default is arm.
-NDKLEVEL specifies android api level, the api level can be 12-19, the default is 19.
+NDKLEVEL specifies android api level, the api level can be 12-19, the default is 12.
 GCCVERSION specifies which gcc in NDK is used, the default is 4.8.
 
 For Windows Builds