[MPlayer-cvslog] CVS: main/TOOLS avi-fix.c, 1.2, 1.3 fastmemcpybench.c, 1.7, 1.8
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Nov 18 17:16:36 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var2/tmp/cvs-serv3609
Modified Files:
avi-fix.c fastmemcpybench.c
Log Message:
Unify include path handling by using -I.
Index: avi-fix.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/avi-fix.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- avi-fix.c 16 Aug 2005 18:19:06 -0000 1.2
+++ avi-fix.c 18 Nov 2005 16:16:33 -0000 1.3
@@ -2,7 +2,7 @@
// simple tool to fix chunk sizes in a RIFF AVI file
// it doesn't check/fix index, use mencoder -forceidx -oac copy -ovc copy to fix index!
-#include "../config.h"
+#include "config.h"
#ifdef MP_DEBUG
#define mp_debug(...) printf(__VA_ARGS__)
#else
Index: fastmemcpybench.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/fastmemcpybench.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fastmemcpybench.c 1 Nov 2004 14:46:57 -0000 1.7
+++ fastmemcpybench.c 18 Nov 2005 16:16:33 -0000 1.8
@@ -17,14 +17,14 @@
#include <sys/time.h>
#include <inttypes.h>
-#include "../libvo/fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
//#define ARR_SIZE 100000
#define ARR_SIZE (1024*768*2)
#ifdef HAVE_MGA
-#include "../drivers/mga_vid.h"
+#include "drivers/mga_vid.h"
static int mga_next_frame=0;
More information about the MPlayer-cvslog
mailing list