summaryrefslogtreecommitdiffstats
path: root/libvo/vo_fsdga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_fsdga.c')
-rw-r--r--libvo/vo_fsdga.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/vo_fsdga.c b/libvo/vo_fsdga.c
index bde5119eea..949e378b82 100644
--- a/libvo/vo_fsdga.c
+++ b/libvo/vo_fsdga.c
@@ -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 unsigned char *vo_dga_base;
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