diff libmpcodecs/vd_qtvideo.c @ 8270:badd24741e4a

loader support components.h removed, as it was duplicate of loader/qtx/qtxsdk/*
author arpi
date Sun, 24 Nov 2002 21:49:52 +0000
parents ec8636e02720
children b2c8b627d598
line wrap: on
line diff
--- a/libmpcodecs/vd_qtvideo.c	Sun Nov 24 21:45:23 2002 +0000
+++ b/libmpcodecs/vd_qtvideo.c	Sun Nov 24 21:49:52 2002 +0000
@@ -18,7 +18,7 @@
 
 LIBVD_EXTERN(qtvideo)
 
-#include "components.h"
+#include "qtx/qtxsdk/components.h"
 
 //#include "wine/windef.h"
 
@@ -93,6 +93,10 @@
     CodecInfo cinfo;	// for ImageCodecGetCodecInfo()
     ImageSubCodecDecompressCapabilities icap; // for ImageCodecInitialize()
 
+#ifdef USE_WIN32DLL
+    Setup_LDT_Keeper();
+#endif
+
     handler = LoadLibraryA("qtmlClient.dll");
 
     InitializeQTML = GetProcAddress(handler, "InitializeQTML");