From 5e480c7b817748e000caa967711f28eae5e2a3f2 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 23 Mar 2010 18:01:00 +0000 Subject: Get rid of pointless def_path variable; use codec_path directly instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30949 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/elfdll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/elfdll.c') diff --git a/loader/elfdll.c b/loader/elfdll.c index 5c33d2bde9..f6ac158107 100644 --- a/loader/elfdll.c +++ b/loader/elfdll.c @@ -68,7 +68,7 @@ void *ELFDLL_dlopen(const char *libname, int flags) /* Now try to construct searches through our extra search-path */ namelen = strlen(libname); - ldpath = def_path; + ldpath = codec_path; while(ldpath && *ldpath) { int len; -- cgit v1.2.3