diff libvo/vo_fbdev.c @ 350:601822cc8c52

applied MMX2 memcpy() patch by Nick Kurshev
author arpi_esp
date Wed, 11 Apr 2001 12:47:45 +0000
parents 15a5f7635538
children 7de9e48c83a5
line wrap: on
line diff
--- a/libvo/vo_fbdev.c	Wed Apr 11 12:46:49 2001 +0000
+++ b/libvo/vo_fbdev.c	Wed Apr 11 12:47:45 2001 +0000
@@ -24,6 +24,8 @@
 #include "yuv2rgb.h"
 extern void rgb15to16_mmx(char *s0, char *d0, int count);
 
+#include "mmx.h"
+
 LIBVO_EXTERN(fbdev)
 
 static vo_info_t vo_info = {