Mercurial > mplayer.hg
changeset 6432:20297bb8aab4
Also check in LIBDIR/real for the codecs.
author | atmos4 |
---|---|
date | Sat, 15 Jun 2002 09:21:18 +0000 |
parents | bf1fec03a065 |
children | 5bde304d0196 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jun 15 09:11:33 2002 +0000 +++ b/configure Sat Jun 15 09:21:18 2002 +0000 @@ -3323,7 +3323,8 @@ fi if test "$_real" = yes ; then if test -z "$_reallibdir" ; then - for I in /usr/lib/real /usr/lib/RealPlayer*/Codecs /usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do + for I in $_libdir/real /usr/lib/real /usr/lib/RealPlayer*/Codecs \ + /usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do if test -d "$I" ; then _reallibdir="$I" break;