comparison loader/qtx/qtxload.c @ 25593:96ce0ca753ff

/usr/lib/win32 --> /usr/local/lib/codecs
author diego
date Sun, 06 Jan 2008 12:22:56 +0000
parents 56efdcd338c5
children 2c8cdb9123b8
comparison
equal deleted inserted replaced
25592:56efdcd338c5 25593:96ce0ca753ff
61 61
62 printf("loading svq3\n"); 62 printf("loading svq3\n");
63 handler2= LoadLibraryA("/root/.wine/fake_windows/Windows/System/QuickTime/QuickTimeEssentials.qtx"); 63 handler2= LoadLibraryA("/root/.wine/fake_windows/Windows/System/QuickTime/QuickTimeEssentials.qtx");
64 printf("done\n"); 64 printf("done\n");
65 dispatcher = GetProcAddress(handler2, "SMD_ComponentDispatch"); 65 dispatcher = GetProcAddress(handler2, "SMD_ComponentDispatch");
66 // handler = expLoadLibraryA("/usr/lib/win32/On2_VP3.qtx"); 66 // handler = expLoadLibraryA("/usr/local/lib/codecs/On2_VP3.qtx");
67 // dispatcher = GetProcAddress(handler, "CDComponentDispatcher"); 67 // dispatcher = GetProcAddress(handler, "CDComponentDispatcher");
68 printf("handler: %p, dispatcher: %p theqtdp: %p\n", handler, dispatcher, theqtdp); 68 printf("handler: %p, dispatcher: %p theqtdp: %p\n", handler, dispatcher, theqtdp);
69 69
70 // printf("theQuickTimeDispatcher = %p\n",GetProcAddress(handler, "theQuickTimeDispatcher")); 70 // printf("theQuickTimeDispatcher = %p\n",GetProcAddress(handler, "theQuickTimeDispatcher"));
71 71