Mercurial > mplayer.hg
comparison configure @ 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 | 780e6a9b62ff |
children | ec506ccd190f |
comparison
equal
deleted
inserted
replaced
18448:b8034cc8e0e3 | 18449:3a58a8133b3b |
---|---|
5832 if test -d "$I" ; then | 5832 if test -d "$I" ; then |
5833 _win32libdir="$I" | 5833 _win32libdir="$I" |
5834 break; | 5834 break; |
5835 fi; | 5835 fi; |
5836 done | 5836 done |
5837 # Fall back on a subfolder of the current dir on Windows | |
5838 mingw32 && _win32libdir="codecs" | |
5837 fi | 5839 fi |
5838 fi | 5840 fi |
5839 | 5841 |
5840 echocheck "Win32 codec DLL support" | 5842 echocheck "Win32 codec DLL support" |
5841 if test "$_win32" = auto ; then | 5843 if test "$_win32" = auto ; then |
5969 "$_win32libdir"; do | 5971 "$_win32libdir"; do |
5970 if test -d "$I" ; then | 5972 if test -d "$I" ; then |
5971 _reallibdir="$I" | 5973 _reallibdir="$I" |
5972 break | 5974 break |
5973 fi | 5975 fi |
5976 # Fall back on a subfolder of the current dir on Windows | |
5977 mingw32 && _reallibdir="codecs" | |
5974 done | 5978 done |
5975 fi | 5979 fi |
5976 test "$_reallibdir" && _real=yes | 5980 test "$_reallibdir" && _real=yes |
5977 fi | 5981 fi |
5978 fi | 5982 fi |