[MPlayer-cvslog] r30955 - trunk/loader/module.c

diego subversion at mplayerhq.hu
Wed Mar 24 02:07:11 CET 2010


Author: diego
Date: Wed Mar 24 02:07:11 2010
New Revision: 30955

Log:
Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.
These paths have been deprecated a long time ago, just searching the
default binary codec path is enough nowadays.

Modified:
   trunk/loader/module.c

Modified: trunk/loader/module.c
==============================================================================
--- trunk/loader/module.c	Tue Mar 23 23:59:14 2010	(r30954)
+++ trunk/loader/module.c	Wed Mar 24 02:07:11 2010	(r30955)
@@ -366,7 +366,7 @@ static WIN_BOOL MODULE_FreeLibrary( WINE
 HMODULE WINAPI LoadLibraryExA(LPCSTR libname, HANDLE hfile, DWORD flags)
 {
 	WINE_MODREF *wm = 0;
-	char* listpath[] = { "", "", "/usr/lib/win32", "/usr/local/lib/win32", 0 };
+	char* listpath[] = { "", "", 0 };
 	char path[512];
 	char checked[2000];
         int i = -1;


More information about the MPlayer-cvslog mailing list