# HG changeset patch # User reimar # Date 1180300390 0 # Node ID 6d9bf745cd28105fa2940754e4c37cb4ab7b926f # Parent 9d86ddbcd21756fde450e11476f7a354bff600a9 Remove more pointless fastmemcpy.h includes in libvo diff -r 9d86ddbcd217 -r 6d9bf745cd28 libvo/jpeg_enc.c --- 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 #include #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 */ diff -r 9d86ddbcd217 -r 6d9bf745cd28 libvo/vo_ggi.c --- 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 diff -r 9d86ddbcd217 -r 6d9bf745cd28 libvo/vo_x11.c --- a/libvo/vo_x11.c Sun May 27 20:45:34 2007 +0000 +++ b/libvo/vo_x11.c Sun May 27 21:13:10 2007 +0000 @@ -35,7 +35,6 @@ int XShmGetEventBase(Display *); #endif -#include "fastmemcpy.h" #include "sub.h" #include "libswscale/swscale.h" diff -r 9d86ddbcd217 -r 6d9bf745cd28 libvo/vo_xvmc.c --- a/libvo/vo_xvmc.c Sun May 27 20:45:34 2007 +0000 +++ b/libvo/vo_xvmc.c Sun May 27 21:13:10 2007 +0000 @@ -7,7 +7,6 @@ #include "mp_msg.h" #include "video_out.h" #include "video_out_internal.h" -#include "fastmemcpy.h" #include "osdep/timer.h" #include