From 23f34ea2927d6158150599ff018714155b14df38 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 30 Jul 2012 14:43:33 +0200 Subject: [PATCH] fix Makefile for mac os --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87c875628..b0e24b05e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NDK_PATH=$(shell dirname `which ndk-build`) 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) PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon) KEYSTORE=bc-android.keystore