[Mplayer-cvslog] CVS: main/libmpcodecs ad_qtaudio.c,1.3,1.4 vd_qtvideo.c,1.3,1.4 components.h,1.1,NONE
Arpi of Ize
arpi at mplayerhq.hu
Sun Nov 24 22:49:55 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/loader qt_comp.h,NONE,1.1 qt_fv.h,NONE,1.1 wrapper.S,NONE,1.1 wrapper.h,NONE,1.1 Makefile,1.10,1.11 module.c,1.10,1.11
- Next message: [Mplayer-cvslog] CVS: main/loader module.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv19253
Modified Files:
ad_qtaudio.c vd_qtvideo.c
Removed Files:
components.h
Log Message:
loader support
components.h removed, as it was duplicate of loader/qtx/qtxsdk/*
Index: ad_qtaudio.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_qtaudio.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ad_qtaudio.c 12 Nov 2002 00:04:55 -0000 1.3
+++ ad_qtaudio.c 24 Nov 2002 21:49:52 -0000 1.4
@@ -77,6 +77,9 @@
static int loader_init()
{
+#ifdef USE_WIN32DLL
+ Setup_LDT_Keeper();
+#endif
qtml_dll = LoadLibraryA("qtmlClient.dll");
if( qtml_dll == NULL )
{
Index: vd_qtvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_qtvideo.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vd_qtvideo.c 14 Nov 2002 11:15:17 -0000 1.3
+++ vd_qtvideo.c 24 Nov 2002 21:49:52 -0000 1.4
@@ -18,7 +18,7 @@
LIBVD_EXTERN(qtvideo)
-#include "components.h"
+#include "qtx/qtxsdk/components.h"
//#include "wine/windef.h"
@@ -92,6 +92,10 @@
Component prev=NULL;
CodecInfo cinfo; // for ImageCodecGetCodecInfo()
ImageSubCodecDecompressCapabilities icap; // for ImageCodecInitialize()
+
+#ifdef USE_WIN32DLL
+ Setup_LDT_Keeper();
+#endif
handler = LoadLibraryA("qtmlClient.dll");
--- components.h DELETED ---
- Previous message: [Mplayer-cvslog] CVS: main/loader qt_comp.h,NONE,1.1 qt_fv.h,NONE,1.1 wrapper.S,NONE,1.1 wrapper.h,NONE,1.1 Makefile,1.10,1.11 module.c,1.10,1.11
- Next message: [Mplayer-cvslog] CVS: main/loader module.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list