detect Real codecs fix (with only win32 DLL)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10471 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2003-07-25 14:56:28 +00:00
parent c58f13a8d6
commit a766c3f569
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4411,7 +4411,7 @@ if test "$_real" = auto ; then
fi
if test "$_real" = yes ; then
if test -z "$_reallibdir" ; then
for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \
for I in "$_libdir/codecs" "$_libdir/real" "$_libdir/win32" /usr/lib/real \
/usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \
/usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}Codecs ; do
if test -d "$I" ; then