Stop referring to a removed make variable
Nothing uses the make variable GCCVERSION any longer, since we just query the NDK for the default compiler.
This commit is contained in:
parent
681b1da698
commit
a2b727fb6b
@ -64,7 +64,7 @@ The codec and demo can be built by
|
||||
'make OS=android NDKROOT=**ANDROID_NDK** TARGET= **ANDROID_TARGET**'
|
||||
|
||||
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.
|
||||
You can also set ARCH, NDKLEVEL 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user