[MPlayer-cvslog] r23395 - in trunk/stream: tv.c tv.h

reimar subversion at mplayerhq.hu
Sun May 27 23:14:32 CEST 2007


Author: reimar
Date: Sun May 27 23:14:32 2007
New Revision: 23395

Log:
More fastmemcpy.h removal


Modified:
   trunk/stream/tv.c
   trunk/stream/tv.h

Modified: trunk/stream/tv.c
==============================================================================
--- trunk/stream/tv.c	(original)
+++ trunk/stream/tv.c	Sun May 27 23:14:32 2007
@@ -30,7 +30,6 @@ int tv_param_on = 0;
 
 #include "libaf/af_format.h"
 #include "libmpcodecs/img_format.h"
-#include "libvo/fastmemcpy.h"
 
 #include "tv.h"
 

Modified: trunk/stream/tv.h
==============================================================================
--- trunk/stream/tv.h	(original)
+++ trunk/stream/tv.h	Sun May 27 23:14:32 2007
@@ -6,7 +6,6 @@ extern int tv_param_on;
 #ifdef USE_TV
 //#include "libao2/afmt.h"
 //#include "libmpcodecs/img_format.h"
-//#include "libvo/fastmemcpy.h"
 //#include "mp_msg.h"
 
 extern char *tv_param_freq;



More information about the MPlayer-cvslog mailing list