Mercurial > mplayer.hg
changeset 23376:6d9bf745cd28
Remove more pointless fastmemcpy.h includes in libvo
author | reimar |
---|---|
date | Sun, 27 May 2007 21:13:10 +0000 |
parents | 9d86ddbcd217 |
children | d43ce381e578 |
files | libvo/jpeg_enc.c libvo/vo_ggi.c libvo/vo_x11.c libvo/vo_xvmc.c |
diffstat | 4 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/jpeg_enc.c Sun May 27 20:45:34 2007 +0000 +++ b/libvo/jpeg_enc.c Sun May 27 21:13:10 2007 +0000 @@ -28,9 +28,6 @@ #include <stdio.h> #include <stdlib.h> #include "config.h" -#ifdef USE_FASTMEMCPY -#include "fastmemcpy.h" -#endif #include "mp_msg.h" /* We need this #define because we need ../libavcodec/common.h to #define * be2me_32, otherwise the linker will complain that it doesn't exist */
--- a/libvo/vo_ggi.c Sun May 27 20:45:34 2007 +0000 +++ b/libvo/vo_ggi.c Sun May 27 21:13:10 2007 +0000 @@ -25,7 +25,6 @@ #include "video_out.h" #include "video_out_internal.h" -#include "fastmemcpy.h" #include "mp_fifo.h" #include <ggi/ggi.h>