[Mplayer-cvslog] CVS: main/loader win32.c,1.76,1.77

Roberto Togni CVS rtognimp at mplayerhq.hu
Sat Mar 15 16:46:52 CET 2003


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

Modified Files:
	win32.c 
Log Message:
Fix for truespeech dll, patch by <dimakar(at)yahoo.com>

Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- win32.c	11 Feb 2003 15:25:46 -0000	1.76
+++ win32.c	15 Mar 2003 15:46:32 -0000	1.77
@@ -5089,7 +5089,10 @@
 	}
     }
 
-#ifdef LOADLIB_TRY_NATIVE
+#ifndef LOADLIB_TRY_NATIVE
+  /* hack for truespeech */
+  if (!strcmp(library, "tsd32.dll"))
+#endif
     /* ok, this is a hack, and a big memory leak. should be fixed. - alex */
     {
 	int hand;
@@ -5117,7 +5120,6 @@
 	       hand, func);
 	return func;
     }
-#endif
 
 no_dll:
     if(pos>150)return 0;



More information about the MPlayer-cvslog mailing list