diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-11 19:41:38 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-11 19:41:38 +0000 |
commit | 0ddb6b81b5030d4a15b6cad229e80aa9d0ed5678 (patch) | |
tree | 1ed95e133249628abd9d0e94f9c980fc5caf33c8 /libvo/vo_fsdga.c | |
parent | 69bf86446c90141b1f80e2935a4f01eb38eb1ea4 (diff) | |
download | mpv-0ddb6b81b5030d4a15b6cad229e80aa9d0ed5678.tar.bz2 mpv-0ddb6b81b5030d4a15b6cad229e80aa9d0ed5678.tar.xz |
memcpy() moved mmx.h -> fastmemcpy.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@355 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_fsdga.c')
-rw-r--r-- | libvo/vo_fsdga.c | 3 |
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 |