[MPlayer-cvslog] CVS: main/loader win32.c,1.98,1.99
Roberto Togni CVS
syncmail at mplayerhq.hu
Sun May 15 01:31:32 CEST 2005
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv31077/loader
Modified Files:
win32.c
Log Message:
FRAPS decoder (FPS1) with binary dll
Patch by Gianluigi Tiesi
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- win32.c 15 Apr 2005 20:17:12 -0000 1.98
+++ win32.c 14 May 2005 23:31:29 -0000 1.99
@@ -4951,6 +4951,9 @@
FF(printf,-1)
FF(getenv,-1)
FF(floor,-1)
+/* needed by frapsvid.dll */
+ {"strstr",-1,(char *)&strstr},
+ {"qsort",-1,(void *)&qsort},
#ifdef MPLAYER
FF(_EH_prolog,-1)
#endif
More information about the MPlayer-cvslog
mailing list