--- /home/reimar/MPlayer-cvs/loader/module.c 2003-09-02 16:40:16.000000000 +0200 +++ module.c 2004-01-10 20:09:02.000000000 +0100 @@ -422,6 +422,14 @@ if (!wm) printf("Win32 LoadLibrary failed to load: %s\n", checked); + if (strstr(libname,"vp6vfw.dll") && wm) + { + int i; + for (i=0;i<6;i++) ((char*)0x10007268)[i]=0x90; // remove a few divs that make trouble + for (i=0;i<6;i++) ((char*)0x10007e83)[i]=0x90; + for (i=0;i<6;i++) ((char*)0x1000806a)[i]=0x90; + } + if (strstr(libname,"QuickTime.qts") && wm) { void** ptr;