shithub: libvpx

Download patch

ref: d12f5d3ef79d5f375ea5819a1ce6824d4c2b4377
parent: 0741ef2ec064f8515e1cbbd6b546f0d29788188b
parent: c10f9adbc0af99157c8b2e0f7149e73cb5837d66
author: Johann Koenig <johannkoenig@google.com>
date: Fri Dec 21 09:49:38 EST 2018

Merge "highbd quantize: resolve missing declarations"

--- a/vpx_dsp/x86/highbd_quantize_intrin_sse2.c
+++ b/vpx_dsp/x86/highbd_quantize_intrin_sse2.c
@@ -11,6 +11,7 @@
 #include <assert.h>
 #include <emmintrin.h>
 
+#include "./vpx_dsp_rtcd.h"
 #include "vpx_dsp/vpx_dsp_common.h"
 #include "vpx_mem/vpx_mem.h"
 #include "vpx_ports/mem.h"