detect and use the codecs paths instead of win32.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14524 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-01-16 22:01:52 +00:00
parent ef15ac454e
commit d00bf77f6a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -5383,7 +5383,7 @@ fi
if test "$_win32" != no ; then
if test -z "$_win32libdir" ; then
for I in "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/win32 /usr/lib/win32 ; do
for I in "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/codecs /usr/lib/codecs /usr/local/lib/win32 /usr/lib/win32 ; do
if test -d "$I" ; then
_win32libdir="$I"
break;