shithub: openh264

Download patch

ref: 71c5acc7a11f6fe0a1dd5ab9da2eddb1c90d0af1
parent: efdb0cd2e2ed137f9d9ab9cc47211867bf08deeb
author: Martin Storsjö <[email protected]>
date: Wed Jul 16 17:07:24 EDT 2014

Remove outdated advice from the readme

We no longer use the GCCVERSION variable - we let the NDK pick whichever
compiler version is the default for the chosen architecture.

--- a/README.md
+++ b/README.md
@@ -67,7 +67,6 @@
 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 12.
-GCCVERSION specifies which gcc in NDK is used, the default is 4.8.
 
 By default these commands build for the armeabi-v7a ABI. To build for the other android
 ABIs, add "ARCH=mips" or "ARCH=x86". To build for the older armeabi ABI (which has