From a458e3086cd3ec5a7a3905857bbfa4b9ee50e22a Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 26 Oct 2022 15:22:48 -0700 Subject: [PATCH] sharpyuv_dsp.h: restore sharpyuv_cpu.h include this was removed in: 979c0ebb sharpyuv: add SharpYuvGetCPUInfo but currently, consumers of sharpyuv_dsp.h depend on the presence of WEBP_USE_* Change-Id: I9524aa5ab767a1b46770022220372455a86f198f --- sharpyuv/sharpyuv_dsp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sharpyuv/sharpyuv_dsp.h b/sharpyuv/sharpyuv_dsp.h index 18e8de38..805fbadb 100644 --- a/sharpyuv/sharpyuv_dsp.h +++ b/sharpyuv/sharpyuv_dsp.h @@ -12,6 +12,7 @@ #ifndef WEBP_SHARPYUV_SHARPYUV_DSP_H_ #define WEBP_SHARPYUV_SHARPYUV_DSP_H_ +#include "sharpyuv/sharpyuv_cpu.h" #include "src/webp/types.h" extern uint64_t (*SharpYuvUpdateY)(const uint16_t* src, const uint16_t* ref,