From 53ab9801429f776c5ac35ec810e9872f3a2ac9ac Mon Sep 17 00:00:00 2001 From: philippegorley <philippe.gorley@savoirfairelinux.com> Date: Wed, 12 Jul 2017 11:21:23 -0400 Subject: [PATCH] contrib: enable sse3 optimizations for vp8 These were disabled in 2015 due to an access violation on windows. The problem should be fixed with 8ba5895. Change-Id: I0c2774de2728b315c8d434db87d488a80afdc26a --- contrib/src/vpx/rules.mak | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak index 21141252e6..ba1f9e512e 100644 --- a/contrib/src/vpx/rules.mak +++ b/contrib/src/vpx/rules.mak @@ -100,10 +100,6 @@ ifdef HAVE_IOS VPX_CONF += --disable-runtime-cpu-detect endif -ifdef HAVE_WIN32 -VPX_CONF += --disable-ssse3 -endif - ifndef HAVE_WIN32 VPX_CONF += --enable-pic endif -- GitLab