summaryrefslogtreecommitdiff
path: root/vpx_ports
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2019-01-07 11:58:28 -0800
committerJohann <johannkoenig@google.com>2019-01-07 11:58:43 -0800
commit948e5169692be20d012a7ab2da2f1560d4216efe (patch)
tree9245ead6982bb1929fda156dd34b6860eef9cdb2 /vpx_ports
parentb625feb3588e7e598fab2c0df1e28f2ea0a7b3e1 (diff)
downloadlibvpx-948e5169692be20d012a7ab2da2f1560d4216efe.tar
libvpx-948e5169692be20d012a7ab2da2f1560d4216efe.tar.gz
libvpx-948e5169692be20d012a7ab2da2f1560d4216efe.tar.bz2
libvpx-948e5169692be20d012a7ab2da2f1560d4216efe.zip
vpx_clear_system_state: resolve missing declaration
BUG=webm:1584 Change-Id: I0770fc97055b98cdf9ff7bd7a93ae3a5e19b8180
Diffstat (limited to 'vpx_ports')
-rw-r--r--vpx_ports/emms_mmx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vpx_ports/emms_mmx.c b/vpx_ports/emms_mmx.c
index 1b28809a3..f1036b98e 100644
--- 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(); }