| Index: source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c
|
| diff --git a/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c b/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c
|
| index 4672aa6b8cf2300d123ebbae22a1daf8b2112490..56a91ed2d711f6919fb900a62c36786b0fe11bbe 100644
|
| --- a/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c
|
| +++ b/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c
|
| @@ -9,6 +9,8 @@
|
| */
|
|
|
| #include <emmintrin.h>
|
| +
|
| +#include "./vp9_rtcd.h"
|
| #include "vpx_ports/mem.h"
|
|
|
| void vp9_minmax_8x8_sse2(const uint8_t *s, int p, const uint8_t *d, int dp,
|
|
|