mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 09:29:29 +00:00
verbose output changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@236 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f65aa95d36
commit
fa85adea31
@ -2,10 +2,9 @@ include ../config.mak
|
||||
|
||||
# Generated automatically from Makefile.in by configure.
|
||||
DEFINES=-rdynamic -fPIC $(WIN32_PATH) $(CDOPT) -D__WINE__ -Ddbg_printf=__vprintf \
|
||||
-DTRACE=__vprintf
|
||||
# -DDETAILED_OUT
|
||||
-DTRACE=__vprintf # -DDETAILED_OUT
|
||||
|
||||
LIB_OBJECTS= pe_image.o module.o \
|
||||
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
|
||||
|
||||
|
@ -138,9 +138,10 @@ static void longcount_stub(long long* z)
|
||||
longcount(z);
|
||||
}
|
||||
|
||||
int LOADER_DEBUG=0;
|
||||
int LOADER_DEBUG=1;
|
||||
inline void dbgprintf(char* fmt, ...)
|
||||
{
|
||||
#ifdef DETAILED_OUT
|
||||
if(LOADER_DEBUG)
|
||||
{
|
||||
FILE* f;
|
||||
@ -156,6 +157,7 @@ inline void dbgprintf(char* fmt, ...)
|
||||
}
|
||||
va_end(va);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
char export_names[500][30]={
|
||||
"name1",
|
||||
|
Loading…
Reference in New Issue
Block a user