changeset 25593:96ce0ca753ff

/usr/lib/win32 --> /usr/local/lib/codecs
author diego
date Sun, 06 Jan 2008 12:22:56 +0000
parents 56efdcd338c5
children 8675513794e0
files loader/qtx/list.c loader/qtx/qtxload.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/qtx/list.c	Sun Jan 06 12:20:41 2008 +0000
+++ b/loader/qtx/list.c	Sun Jan 06 12:22:56 2008 +0000
@@ -27,7 +27,7 @@
     OSErr ret;
 
     Setup_LDT_Keeper();
-    handler = LoadLibraryA("/usr/lib/win32/qtmlClient.dll");
+    handler = LoadLibraryA("/usr/local/lib/codecs/qtmlClient.dll");
     printf("***************************\n");
     InitializeQTML = 0x1000c870; //GetProcAddress(handler, "InitializeQTML");
     EnterMovies = 0x10003ac0; //GetProcAddress(handler, "EnterMovies");
--- a/loader/qtx/qtxload.c	Sun Jan 06 12:20:41 2008 +0000
+++ b/loader/qtx/qtxload.c	Sun Jan 06 12:22:56 2008 +0000
@@ -63,7 +63,7 @@
     handler2= LoadLibraryA("/root/.wine/fake_windows/Windows/System/QuickTime/QuickTimeEssentials.qtx");
     printf("done\n");
     dispatcher = GetProcAddress(handler2, "SMD_ComponentDispatch");
-//    handler = expLoadLibraryA("/usr/lib/win32/On2_VP3.qtx");
+//    handler = expLoadLibraryA("/usr/local/lib/codecs/On2_VP3.qtx");
 //    dispatcher = GetProcAddress(handler, "CDComponentDispatcher");
     printf("handler: %p, dispatcher: %p  theqtdp: %p\n", handler, dispatcher, theqtdp);