Mercurial > mplayer.hg
comparison configure @ 10100:00c091706a73
change logic for detecting real codecs dir (loop in to prefer RealPlayer 9 codecs
over RealPlayer 8 codecs) and add another codecs location as used by RealPlayer9
on gentoo.
author | atmos4 |
---|---|
date | Mon, 12 May 2003 14:39:40 +0000 |
parents | f327d76a7b6f |
children | 7b338ec311e2 |
comparison
equal
deleted
inserted
replaced
10099:71d703e35ff3 | 10100:00c091706a73 |
---|---|
4299 fi | 4299 fi |
4300 fi | 4300 fi |
4301 if test -z "$_reallibdir" ; then | 4301 if test -z "$_reallibdir" ; then |
4302 for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \ | 4302 for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \ |
4303 /usr/lib/RealPlayer*/Codecs /usr/local/RealPlayer*/Codecs \ | 4303 /usr/lib/RealPlayer*/Codecs /usr/local/RealPlayer*/Codecs \ |
4304 /usr/local/lib/RealPlayer*/Codecs /opt/RealPlayer*/Codecs; do | 4304 /usr/local/lib/RealPlayer*/Codecs /opt/RealPlayer*/Codecs \ |
4305 /opt/RealPlayer*/Real/Codecs; do | |
4305 if test -d "$I" ; then | 4306 if test -d "$I" ; then |
4306 _reallibdir="$I" | 4307 _reallibdir="$I" |
4307 break; | 4308 #break; 8 comes before 9 so loop on ::atmos |
4308 fi; | 4309 fi; |
4309 done | 4310 done |
4310 fi | 4311 fi |
4311 test "$_reallibdir" || _real=no | 4312 test "$_reallibdir" || _real=no |
4312 if test "$_real" = yes ; then | 4313 if test "$_real" = yes ; then |