From c45e9e6df48ae260d2ec6cc4ffaf7dbeefb59579 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 6 Dec 2012 12:08:55 +0100 Subject: [PATCH] Updated Makefile for MacOSX --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6df850765..2b8845c57 100644 --- a/Makefile +++ b/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