Updated Makefile for MacOSX
This commit is contained in:
parent
ed19f7305c
commit
c45e9e6df4
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -5,14 +5,14 @@ NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" )
|
|||
TOPDIR=$(shell pwd)
|
||||
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
|
||||
LINPHONE_VERSION=$(shell cd submodules/linphone && git describe)
|
||||
ANDROID_MOST_RECENT_TARGET=$(shell android list target -c | grep android | sort -V | tail -n1)
|
||||
ANDROID_MOST_RECENT_TARGET=$(shell android list target -c | nl -ba | grep android | sort | tail -n1 | cut -f2-)
|
||||
|
||||
BUILD_X264=0
|
||||
BUILD_AMRNB=light
|
||||
BUILD_X264=1
|
||||
BUILD_AMRNB=full # 0, light or full
|
||||
BUILD_AMRWB=1
|
||||
BUILD_GPLV3_ZRTP=0
|
||||
BUILD_SILK=0
|
||||
BUILD_G729=0
|
||||
BUILD_SILK=1
|
||||
BUILD_G729=1
|
||||
BUILD_TUNNEL=0
|
||||
BUILD_WEBRTC_AECM=1
|
||||
USE_JAVAH=1
|
||||
|
|
Loading…
Reference in a new issue