diff options
Diffstat (limited to 'third_party/aom/tools_common.h')
-rw-r--r-- | third_party/aom/tools_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |