[MPlayer-cvslog] CVS: main/loader win32.c,1.104,1.105

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Nov 19 15:35:48 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv21388/loader

Modified Files:
	win32.c 
Log Message:
Unify include paths, -I.. is in CFLAGS.


Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- win32.c	3 Oct 2005 19:11:55 -0000	1.104
+++ win32.c	19 Nov 2005 14:35:45 -0000	1.105
@@ -189,7 +189,7 @@
 }
 
 #ifdef MPLAYER
-#include "../mp_msg.h"
+#include "mp_msg.h"
 #endif
 int LOADER_DEBUG=1; // active only if compiled with -DDETAILED_OUT
 //#define DETAILED_OUT
@@ -959,7 +959,7 @@
 #ifdef MPLAYER
     /* mplayer's way to detect PF's */
     {
-#include "../cpudetect.h"
+#include "cpudetect.h"
 	extern CpuCaps gCpuCaps;
 
 	if (gCpuCaps.hasMMX)




More information about the MPlayer-cvslog mailing list