Mercurial > mplayer.hg
comparison libvo/vo_x11.c @ 354:7de9e48c83a5
memcpy() moved mmx.h -> fastmemcpy.h
author | arpi_esp |
---|---|
date | Wed, 11 Apr 2001 19:41:38 +0000 |
parents | 601822cc8c52 |
children | b0e4e5744899 |
comparison
equal
deleted
inserted
replaced
353:8cbc038b0547 | 354:7de9e48c83a5 |
---|---|
34 #include <errno.h> | 34 #include <errno.h> |
35 #include "yuv2rgb.h" | 35 #include "yuv2rgb.h" |
36 | 36 |
37 #include "x11_common.h" | 37 #include "x11_common.h" |
38 | 38 |
39 #include "mmx.h" | 39 #include "fastmemcpy.h" |
40 | 40 |
41 static vo_info_t vo_info = | 41 static vo_info_t vo_info = |
42 { | 42 { |
43 "X11 ( XImage/Shm )", | 43 "X11 ( XImage/Shm )", |
44 "x11", | 44 "x11", |