shithub: libvpx

Download patch

ref: 948e5169692be20d012a7ab2da2f1560d4216efe
parent: b625feb3588e7e598fab2c0df1e28f2ea0a7b3e1
author: Johann <johannkoenig@google.com>
date: Mon Jan 7 06:58:28 EST 2019

vpx_clear_system_state: resolve missing declaration

BUG=webm:1584

Change-Id: I0770fc97055b98cdf9ff7bd7a93ae3a5e19b8180

--- a/vpx_ports/emms_mmx.c
+++ b/vpx_ports/emms_mmx.c
@@ -10,4 +10,6 @@
 
 #include <mmintrin.h>
 
+#include "vpx_ports/system_state.h"
+
 void vpx_clear_system_state() { _mm_empty(); }