[MPlayer-cvslog] r23394 - in trunk/libvo: jpeg_enc.c vo_ggi.c vo_x11.c vo_xvmc.c
reimar
subversion at mplayerhq.hu
Sun May 27 23:13:10 CEST 2007
Author: reimar
Date: Sun May 27 23:13:10 2007
New Revision: 23394
Log:
Remove more pointless fastmemcpy.h includes in libvo
Modified:
trunk/libvo/jpeg_enc.c
trunk/libvo/vo_ggi.c
trunk/libvo/vo_x11.c
trunk/libvo/vo_xvmc.c
Modified: trunk/libvo/jpeg_enc.c
==============================================================================
--- trunk/libvo/jpeg_enc.c (original)
+++ trunk/libvo/jpeg_enc.c Sun May 27 23:13:10 2007
@@ -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 */
Modified: trunk/libvo/vo_ggi.c
==============================================================================
--- trunk/libvo/vo_ggi.c (original)
+++ trunk/libvo/vo_ggi.c Sun May 27 23:13:10 2007
@@ -25,7 +25,6 @@
#include "video_out.h"
#include "video_out_internal.h"
-#include "fastmemcpy.h"
#include "mp_fifo.h"
#include <ggi/ggi.h>
Modified: trunk/libvo/vo_x11.c
==============================================================================
--- trunk/libvo/vo_x11.c (original)
+++ trunk/libvo/vo_x11.c Sun May 27 23:13:10 2007
@@ -35,7 +35,6 @@ static int CompletionType = -1;
int XShmGetEventBase(Display *);
#endif
-#include "fastmemcpy.h"
#include "sub.h"
#include "libswscale/swscale.h"
Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c (original)
+++ trunk/libvo/vo_xvmc.c Sun May 27 23:13:10 2007
@@ -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 <X11/Xlib.h>
More information about the MPlayer-cvslog
mailing list