summaryrefslogtreecommitdiff
path: root/src/dsp/alpha_processing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp/alpha_processing.c')
-rw-r--r--src/dsp/alpha_processing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dsp/alpha_processing.c b/src/dsp/alpha_processing.c
index 1892929a..1d152f24 100644
--- a/src/dsp/alpha_processing.c
+++ b/src/dsp/alpha_processing.c
@@ -425,6 +425,7 @@ void (*WebPAlphaReplace)(uint32_t* src, int length, uint32_t color);
//------------------------------------------------------------------------------
// Init function
+extern VP8CPUInfo VP8GetCPUInfo;
extern void WebPInitAlphaProcessingMIPSdspR2(void);
extern void WebPInitAlphaProcessingSSE2(void);
extern void WebPInitAlphaProcessingSSE41(void);