From b78d83301a2f92f867edb265923ecf34538cc8fa Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 24 Mar 2010 01:07:11 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30955 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/module.c b/loader/module.c index d0f32d2537..b9dcfa5869 100644 --- a/loader/module.c +++ b/loader/module.c @@ -366,7 +366,7 @@ static WIN_BOOL MODULE_FreeLibrary( WINE_MODREF *wm ) 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; -- cgit v1.2.3