mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
/usr/lib/win32 --> /usr/local/lib/codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25621 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
92a4156d2b
commit
7372e69048
@ -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");
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user