Mercurial > mplayer.hg
changeset 10470:75b8b4340d84
detect Real codecs fix (with only win32 DLL)
author | nexus |
---|---|
date | Fri, 25 Jul 2003 14:56:28 +0000 |
parents | 121e91d1bb9c |
children | 8672c6119e2c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jul 24 23:42:20 2003 +0000 +++ b/configure Fri Jul 25 14:56:28 2003 +0000 @@ -4411,7 +4411,7 @@ 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