[Mplayer-cvslog] CVS: main/loader win32.c,1.64,1.65

Alex Beregszaszi alex at mplayerhq.hu
Mon Nov 25 17:54:09 CET 2002


Update of /cvsroot/mplayer/main/loader
In directory mail:/var/tmp.root/cvs-serv13907

Modified Files:
	win32.c 
Log Message:
_qtx support_ and m3jpeg,mjpeg2k fixes (some cleanup and _lot of testing needed_)

Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- win32.c	10 Nov 2002 21:04:10 -0000	1.64
+++ win32.c	25 Nov 2002 16:54:05 -0000	1.65
@@ -13,12 +13,26 @@
 
 #include "config.h"
 
+#ifdef MPLAYER
+#ifdef USE_QTX_CODECS
+#define QTX
+#endif
+#define REALPLAYER
+//#define LOADLIB_TRY_NATIVE
+#endif
+
[...1173 lines suppressed...]
     /* ok, this is a hack, and a big memory leak. should be fixed. - alex */
     {
 	int hand;
@@ -4313,6 +4953,7 @@
 	       hand, func);
 	return func;
     }
+#endif
 
 no_dll:
     if(pos>150)return 0;
@@ -4335,7 +4976,7 @@
 	printf("ERROR: name=0\n");
 	return (void*)ext_unknown;
     }
-    //printf("External func %s:%s\n", library, name);
+    dbgprintf("External func %s:%s\n", library, name);
     for(i=0; i<sizeof(libraries)/sizeof(struct libs); i++)
     {
 	if(strcasecmp(library, libraries[i].name))




More information about the MPlayer-cvslog mailing list