From cd17dd733474c66f7ca43805e172215e7808338f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 1 Aug 2014 17:35:30 +0200 Subject: [PATCH] Disable matroska support by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bd2bf08e..938157b0f 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ BUILD_SILK=1 BUILD_TUNNEL=0 BUILD_WEBRTC_AECM=1 BUILD_OPUS=1 -BUILD_MATROSKA=1 +BUILD_MATROSKA=0 BUILD_WEBRTC_ISAC=1 BUILD_FOR_X86=1 USE_JAVAH=1