[Mplayer-cvslog] CVS: main/loader/wine vfw.h,1.3,1.4 config.h,1.1.1.1,NONE
Jürgen Keil
jkeil at mplayer.dev.hu
Thu Jul 12 17:27:50 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/libvo yuv2rgb_mmx.c,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/loader driver.h,NONE,1.1 ext.h,NONE,1.1 setup_FS.h,NONE,1.1 Makefile,1.2,1.3 afl.c,1.1.1.1,1.2 driver.c,1.5,1.6 elfdll.c,1.1.1.1,1.2 ext.c,1.2,1.3 loader.h,1.2,1.3 module.c,1.2,1.3 pe_image.c,1.2,1.3 pe_resource.c,1.1.1.1,1.2 registry.c,1.5,1.6 resource.c,1.1.1.1,1.2 setup_FS.c,1.3,1.4 vfl.c,1.4,1.5 win32.c,1.14,1.15 win32.h,1.1.1.1,1.2 config.h,1.1.1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/loader/wine
In directory mplayer:/var/tmp.root/cvs-serv20694/wine
Modified Files:
vfw.h
Removed Files:
config.h
Log Message:
Add prototypes to wine/loader stuff, so that we can catch __stdcall function
attribute mismatch between caller/caller. wine/loader is less sensitive to
optimization now. (now that avifile-0.6 has the same patch installed, we're
a bit closer to their CVS tree)
Speed up win32 "QueryPerformanceFrequency" emulation on solaris.
Index: vfw.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/vfw.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vfw.h 8 Jul 2001 17:19:01 -0000 1.3
+++ vfw.h 12 Jul 2001 15:27:48 -0000 1.4
@@ -442,7 +442,7 @@
LRESULT VFWAPI ICSendMessage(HIC hic, unsigned int msg, long dw1, long dw2);
HIC VFWAPI ICLocate(long fccType, long fccHandler, LPBITMAPINFOHEADER lpbiIn, LPBITMAPINFOHEADER lpbiOut, short wFlags);
-int VFWAPI ICDoSomething();
+int VFWAPI ICDoSomething(void);
long VFWAPIV ICDrawBegin(
HIC hic,
--- config.h DELETED ---
- Previous message: [Mplayer-cvslog] CVS: main/libvo yuv2rgb_mmx.c,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/loader driver.h,NONE,1.1 ext.h,NONE,1.1 setup_FS.h,NONE,1.1 Makefile,1.2,1.3 afl.c,1.1.1.1,1.2 driver.c,1.5,1.6 elfdll.c,1.1.1.1,1.2 ext.c,1.2,1.3 loader.h,1.2,1.3 module.c,1.2,1.3 pe_image.c,1.2,1.3 pe_resource.c,1.1.1.1,1.2 registry.c,1.5,1.6 resource.c,1.1.1.1,1.2 setup_FS.c,1.3,1.4 vfl.c,1.4,1.5 win32.c,1.14,1.15 win32.h,1.1.1.1,1.2 config.h,1.1.1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list