From b50fa83055a90cca7a253ad573985598a4eb2288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 19 Sep 2014 14:58:44 +0200 Subject: [PATCH] Enable x86 build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc5d90b58..5e46b1c5f 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ BUILD_WEBRTC_AECM=1 BUILD_OPUS=1 BUILD_MATROSKA=0 BUILD_WEBRTC_ISAC=1 -BUILD_FOR_X86=0 +BUILD_FOR_X86=1 USE_JAVAH=1 BUILD_TLS=1 BUILD_SQLITE=1