summaryrefslogtreecommitdiff
path: root/src/dsp/yuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp/yuv.c')
-rw-r--r--src/dsp/yuv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dsp/yuv.c b/src/dsp/yuv.c
index d16c13d3..8a04b85d 100644
--- a/src/dsp/yuv.c
+++ b/src/dsp/yuv.c
@@ -70,6 +70,7 @@ void WebPSamplerProcessPlane(const uint8_t* y, int y_stride,
WebPSamplerRowFunc WebPSamplers[MODE_LAST];
+extern VP8CPUInfo VP8GetCPUInfo;
extern void WebPInitSamplersSSE2(void);
extern void WebPInitSamplersSSE41(void);
extern void WebPInitSamplersMIPS32(void);