summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-07-09 18:46:07 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-07-09 18:46:07 +0000
commitcec0ffca0dfba3f6807e63636ea2c12cec982db9 (patch)
tree9dd78a97f7ad767cd1d07c9d0812f7f7e7e52825 /src
parentfc919406468a16b3ca9383162477d320c0826566 (diff)
downloadxine-lib-cec0ffca0dfba3f6807e63636ea2c12cec982db9.tar.gz
xine-lib-cec0ffca0dfba3f6807e63636ea2c12cec982db9.tar.bz2
document a few known problems with the solaris version of xine
add a prototype for the mlib accelerated yub2rgb subroutine CVS patchset: 262 CVS date: 2001/07/09 18:46:07
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,