Mercurial > mplayer.hg
changeset 18449:3a58a8133b3b
Fall back on the codecs subdirectory of the current directory for Real
and Win32 DLLs on Windows.
based on a patch by Zuxy Meng zuxy**.**meng**@**gmail**.**com
author | diego |
---|---|
date | Thu, 11 May 2006 22:34:38 +0000 |
parents | b8034cc8e0e3 |
children | 75d2f88f17e4 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu May 11 21:12:46 2006 +0000 +++ b/configure Thu May 11 22:34:38 2006 +0000 @@ -5834,6 +5834,8 @@ break; fi; done + # Fall back on a subfolder of the current dir on Windows + mingw32 && _win32libdir="codecs" fi fi @@ -5971,6 +5973,8 @@ _reallibdir="$I" break fi + # Fall back on a subfolder of the current dir on Windows + mingw32 && _reallibdir="codecs" done fi test "$_reallibdir" && _real=yes