[MPlayer-cvslog] CVS: main/loader win32.c,1.106,1.107

Roberto Togni CVS syncmail at mplayerhq.hu
Thu Dec 1 22:59:27 CET 2005


CVS change done by Roberto Togni CVS

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

Modified Files:
	win32.c 
Log Message:
export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll
Patch by Benjamin Larsson


Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- win32.c	1 Dec 2005 20:13:19 -0000	1.106
+++ win32.c	1 Dec 2005 21:59:24 -0000	1.107
@@ -5183,6 +5183,8 @@
     FF(_CIpow,-1)
     FF(calloc,-1)
     FF(memmove, -1)
+    FF(ldexp, -1)
+    FF(frexp, -1)
 };
 #endif
 




More information about the MPlayer-cvslog mailing list