From 7372e69048b15cf4d310efbf70de4dbd51d764c1 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 6 Jan 2008 12:22:56 +0000 Subject: /usr/lib/win32 --> /usr/local/lib/codecs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25621 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/qtx/list.c | 2 +- loader/qtx/qtxload.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'loader') diff --git a/loader/qtx/list.c b/loader/qtx/list.c index 41f4e3f892..5c782fc05a 100644 --- a/loader/qtx/list.c +++ b/loader/qtx/list.c @@ -27,7 +27,7 @@ int main(int argc, char *argv[]){ 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"); diff --git a/loader/qtx/qtxload.c b/loader/qtx/qtxload.c index 45a6fb893b..265ad916e7 100644 --- a/loader/qtx/qtxload.c +++ b/loader/qtx/qtxload.c @@ -63,7 +63,7 @@ int main(int argc, char *argv[]){ 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); -- cgit v1.2.3