From df9477dfa60ebb5d31bc142e58ce46535c17abce Mon Sep 17 00:00:00 2001 From: trav90 Date: Wed, 17 Oct 2018 05:59:08 -0500 Subject: Update aom to slightly newer commit ID --- third_party/aom/tools_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/aom/tools_common.h') diff --git a/third_party/aom/tools_common.h b/third_party/aom/tools_common.h index 8acb3709f..4bf7fd0a6 100644 --- a/third_party/aom/tools_common.h +++ b/third_party/aom/tools_common.h @@ -19,7 +19,7 @@ #include "aom/aom_integer.h" #include "aom_ports/msvc.h" -#if CONFIG_ENCODERS +#if CONFIG_AV1_ENCODER #include "./y4minput.h" #endif @@ -100,7 +100,7 @@ struct AvxInputContext { int only_i420; uint32_t fourcc; struct AvxRational framerate; -#if CONFIG_ENCODERS +#if CONFIG_AV1_ENCODER y4m_input y4m; #endif }; -- cgit v1.2.3