Updated Makefile for MacOSX

This commit is contained in:
Sylvain Berfini 2012-12-06 12:08:55 +01:00
parent ed19f7305c
commit c45e9e6df4

View file

@ -5,14 +5,14 @@ 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)
LINPHONE_VERSION=$(shell cd submodules/linphone && git describe) 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_X264=1
BUILD_AMRNB=light BUILD_AMRNB=full # 0, light or full
BUILD_AMRWB=1 BUILD_AMRWB=1
BUILD_GPLV3_ZRTP=0 BUILD_GPLV3_ZRTP=0
BUILD_SILK=0 BUILD_SILK=1
BUILD_G729=0 BUILD_G729=1
BUILD_TUNNEL=0 BUILD_TUNNEL=0
BUILD_WEBRTC_AECM=1 BUILD_WEBRTC_AECM=1
USE_JAVAH=1 USE_JAVAH=1