diff libvo/vo_fsdga.c @ 354:7de9e48c83a5

memcpy() moved mmx.h -> fastmemcpy.h
author arpi_esp
date Wed, 11 Apr 2001 19:41:38 +0000
parents 46f3aa28aa83
children 77e0094f0cce
line wrap: on
line diff
--- a/libvo/vo_fsdga.c	Wed Apr 11 19:25:18 2001 +0000
+++ b/libvo/vo_fsdga.c	Wed Apr 11 19:41:38 2001 +0000
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+//#include "fastmemcpy.h"
 
 #include "linux/keycodes.h"
 #include "config.h"
@@ -64,8 +65,6 @@
 static Display  *vo_dga_dpy;
 
 
-#include "mmx.h"
-
 #if defined (HAVE_SSE) || defined (HAVE_3DNOW)
 #define movntq "movntq" // use this for processors that have SSE or 3Dnow
 #else