summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-10-26 15:22:48 -0700
committerJames Zern <jzern@google.com>2022-10-26 15:22:48 -0700
commita458e3086cd3ec5a7a3905857bbfa4b9ee50e22a (patch)
tree0e76b28456282cb829c19765b70e5fc1476ce740
parent9ba800a7451d431e1afd0f593514c177a80169ba (diff)
downloadlibwebp-a458e3086cd3ec5a7a3905857bbfa4b9ee50e22a.tar.gz
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
-rw-r--r--sharpyuv/sharpyuv_dsp.h1
1 files changed, 1 insertions, 0 deletions
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,