From bbcc64772580c8a979288791afa02d30bc476d2e Mon Sep 17 00:00:00 2001 From: trav90 Date: Fri, 19 Oct 2018 21:52:15 -0500 Subject: Update aom to v1.0.0 Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0. --- third_party/aom/aom_dsp/sum_squares.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/aom/aom_dsp/sum_squares.c') diff --git a/third_party/aom/aom_dsp/sum_squares.c b/third_party/aom/aom_dsp/sum_squares.c index b9155fdc0..44ec41f2e 100644 --- a/third_party/aom/aom_dsp/sum_squares.c +++ b/third_party/aom/aom_dsp/sum_squares.c @@ -11,7 +11,7 @@ #include -#include "./aom_dsp_rtcd.h" +#include "config/aom_dsp_rtcd.h" uint64_t aom_sum_squares_2d_i16_c(const int16_t *src, int src_stride, int width, int height) { -- cgit v1.2.3