[Mplayer-cvslog] CVS: main/loader win32.c,1.94,1.95

Roberto Togni CVS syncmail at mplayerhq.hu
Sun Oct 24 21:18:29 CEST 2004


CVS change done by Roberto Togni CVS

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

Modified Files:
	win32.c 
Log Message:
Decode VDOWave (VDOM) with binary codec


Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- win32.c	23 Oct 2004 15:47:08 -0000	1.94
+++ win32.c	24 Oct 2004 19:18:26 -0000	1.95
@@ -5232,7 +5232,7 @@
 
 #ifndef LOADLIB_TRY_NATIVE
   /* hack for truespeech and vssh264*/
-  if (!strcmp(library, "tsd32.dll") || !strcmp(library,"vssh264dec.dll") || !strcmp(library,"LCMW2.dll"))
+  if (!strcmp(library, "tsd32.dll") || !strcmp(library,"vssh264dec.dll") || !strcmp(library,"LCMW2.dll") || !strcmp(library,"VDODEC32.dll"))
 #endif
     /* ok, this is a hack, and a big memory leak. should be fixed. - alex */
     {




More information about the MPlayer-cvslog mailing list