From c92175c71ac3a5141cfe65534c53dda481fc8622 Mon Sep 17 00:00:00 2001
From: philippegorley <philippe.gorley@savoirfairelinux.com>
Date: Mon, 17 Jul 2017 13:32:54 -0400
Subject: [PATCH] contrib: don't compile vp9

Reduces compile time of libvpx.

Change-Id: Icbbe4e6b9affb734710caf3896714013d5d1f83d
---
 contrib/src/vpx/rules.mak | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index ba1f9e512e..4458d7947a 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -91,7 +91,8 @@ VPX_CONF := \
 	--disable-install-docs \
 	--enable-realtime-only \
 	--enable-error-concealment \
-	--disable-webm-io
+	--disable-webm-io \
+	--disable-vp9
 
 ifdef HAVE_ANDROID
 	VPX_CONF += --disable-runtime-cpu-detect
-- 
GitLab