Merge branch 'newUI' of git.linphone.org:linphone-android into newUI
This commit is contained in:
commit
011517b6fb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
NDK_PATH=$(shell dirname `which ndk-build`)
|
NDK_PATH=$(shell dirname `which ndk-build`)
|
||||||
SDK_PATH=$(shell dirname `which android`)
|
SDK_PATH=$(shell dirname `which android`)
|
||||||
NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo)
|
NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" )
|
||||||
TOPDIR=$(shell pwd)
|
TOPDIR=$(shell pwd)
|
||||||
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
|
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
|
||||||
KEYSTORE=bc-android.keystore
|
KEYSTORE=bc-android.keystore
|
||||||
|
|
Loading…
Reference in a new issue