mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-28 00:59:19 +00:00
Updated Makefile for MacOSX
This commit is contained in:
parent
fb8bea1fd7
commit
91cab88673
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…
Add table
Reference in a new issue