summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_out/yuv2rgb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_out/yuv2rgb.h b/src/video_out/yuv2rgb.h
index 9a2e2fb0a..8ff6fbc9c 100644
--- a/src/video_out/yuv2rgb.h
+++ b/src/video_out/yuv2rgb.h
@@ -69,6 +69,7 @@ int yuv2rgb_setup (yuv2rgb_t *this,
void yuv2rgb_init_mmxext (yuv2rgb_t *this, int mode);
void yuv2rgb_init_mmx (yuv2rgb_t *this, int mode);
+void yuv2rgb_init_mlib (yuv2rgb_t *this, int mode);
/*
void Color565DitherYV12MMX1X(unsigned char *lum, unsigned char *cr,