Skip to content

Commit

Permalink
sharpyuv_dsp.h: restore sharpyuv_cpu.h include
Browse files Browse the repository at this point in the history
this was removed in:
979c0eb sharpyuv: add SharpYuvGetCPUInfo

but currently, consumers of sharpyuv_dsp.h depend on the presence of
WEBP_USE_*

Change-Id: I9524aa5ab767a1b46770022220372455a86f198f
  • Loading branch information
jzern committed Oct 26, 2022
1 parent 9ba800a commit a458e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sharpyuv/sharpyuv_dsp.h
Expand Up @@ -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,
Expand Down

0 comments on commit a458e30

Please sign in to comment.