shithub: libvpx

Download patch

ref: 6fc35246824486bcacc90c72fd334c9981b9e5c7
parent: 080bb149a828f51f4d6fd67a43eafee9b08a2fe6
parent: 948e5169692be20d012a7ab2da2f1560d4216efe
author: Johann Koenig <johannkoenig@google.com>
date: Mon Jan 7 18:26:43 EST 2019

Merge "vpx_clear_system_state: resolve missing declaration"

--- 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(); }