[Mplayer-cvslog] CVS: main/loader Makefile,1.1.1.1,1.2 win32.c,1.4,1.5

GEREOFFY arpi_esp at users.sourceforge.net
Wed Mar 28 23:43:24 CEST 2001


Update of /cvsroot/mplayer/main/loader
In directory usw-pr-cvs1:/tmp/cvs-serv20686

Modified Files:
	Makefile win32.c 
Log Message:
verbose output changed

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/loader/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Makefile	2001/02/24 20:30:26	1.1.1.1
--- Makefile	2001/03/28 21:43:21	1.2
***************
*** 3,10 ****
  # Generated automatically from Makefile.in by configure.
  DEFINES=-rdynamic -fPIC $(WIN32_PATH) $(CDOPT) -D__WINE__ -Ddbg_printf=__vprintf \
! 	-DTRACE=__vprintf
! # -DDETAILED_OUT
  
! LIB_OBJECTS= pe_image.o module.o \
  ext.o win32.o driver.o pe_resource.o \
  resource.o registry.o elfdll.o afl.o vfl.o
--- 3,9 ----
  # Generated automatically from Makefile.in by configure.
  DEFINES=-rdynamic -fPIC $(WIN32_PATH) $(CDOPT) -D__WINE__ -Ddbg_printf=__vprintf \
! 	-DTRACE=__vprintf # -DDETAILED_OUT
  
! LIB_OBJECTS= setup_FS.o pe_image.o module.o \
  ext.o win32.o driver.o pe_resource.o \
  resource.o registry.o elfdll.o afl.o vfl.o

Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** win32.c	2001/03/18 02:01:32	1.4
--- win32.c	2001/03/28 21:43:21	1.5
***************
*** 139,145 ****
  }
  
! int LOADER_DEBUG=0;
  inline void dbgprintf(char* fmt, ...)
  {
      if(LOADER_DEBUG)
      {
--- 139,146 ----
  }
  
! int LOADER_DEBUG=1;
  inline void dbgprintf(char* fmt, ...)
  {
+ #ifdef DETAILED_OUT
      if(LOADER_DEBUG)
      {
***************
*** 157,160 ****
--- 158,162 ----
  	va_end(va);
      }
+ #endif
  }    
  char export_names[500][30]={


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list