[Mplayer-cvslog] CVS: main/libmpcodecs ve_qtvideo.c,1.6,1.7
Sascha Sommer CVS
faust3 at mplayerhq.hu
Sat Feb 15 18:45:23 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv3408/libmpcodecs
Modified Files:
ve_qtvideo.c
Log Message:
cygwin win32 dll support
Index: ve_qtvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_qtvideo.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ve_qtvideo.c 2 Feb 2003 02:42:58 -0000 1.6
+++ ve_qtvideo.c 15 Feb 2003 17:45:10 -0000 1.7
@@ -12,7 +12,7 @@
#include "../mp_msg.h"
#include "../bswap.h"
-#ifdef USE_WIN32DLL
+#ifdef WIN32_LOADER
#include "ldt_keeper.h"
#endif
@@ -20,10 +20,6 @@
#include "../loader/qtx/qtxsdk/components.h"
#include "wine/windef.h"
-#ifdef USE_WIN32DLL
-#include "ldt_keeper.h"
-#endif
-
#include "codec-cfg.h"
#include "stream.h"
#include "demuxer.h"
@@ -296,7 +292,9 @@
mux_v->bih->biBitCount=24;
+#ifdef WIN32_LOADER
Setup_LDT_Keeper();
+#endif
handler = LoadLibraryA("qtmlClient.dll");
InitializeQTML = (OSErr (*)(long))GetProcAddress(handler, "InitializeQTML");
GetGWorldPixMap = (PixMapHandle (*)(GWorldPtr))GetProcAddress(handler, "GetGWorldPixMap");
More information about the MPlayer-cvslog
mailing list