summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
authorMatthias Hopf <mat@mshopf.de>2001-07-16 19:36:00 +0000
committerMatthias Hopf <mat@mshopf.de>2001-07-16 19:36:00 +0000
commit0bb6f834ae95cd434110ab1612563994112d75ac (patch)
tree2cc2b29482da412356c3c8cab8474879d66f47f8 /src/video_out
parent65d473e411929996584d8841790a9e583db6781d (diff)
downloadxine-lib-0bb6f834ae95cd434110ab1612563994112d75ac.tar.gz
xine-lib-0bb6f834ae95cd434110ab1612563994112d75ac.tar.bz2
IRIX / mips port. Audio and CD support are not implemented yet.
Nuked BUILD_LIB_STATIC. Changed some architecture dependend code to feature dependend code. Autoconf'ing CD / DVD ioctl() support. CVS patchset: 288 CVS date: 2001/07/16 19:36:00
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/yuv2rgb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_out/yuv2rgb.c b/src/video_out/yuv2rgb.c
index e69d90824..13459459b 100644
--- a/src/video_out/yuv2rgb.c
+++ b/src/video_out/yuv2rgb.c
@@ -811,7 +811,9 @@ static void yuv2rgb_c_init (yuv2rgb_t *this, int mode)
yuv2rgb_t *yuv2rgb_init (int mode) {
+#ifdef ARCH_X86
uint32_t mm = mm_accel();
+#endif
yuv2rgb_t *this = xmalloc (sizeof (yuv2rgb_t));