From 0bb6f834ae95cd434110ab1612563994112d75ac Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Mon, 16 Jul 2001 19:36:00 +0000 Subject: 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 --- src/video_out/yuv2rgb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/video_out') 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)); -- cgit v1.2.3