add gentoo default real dirs

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9409 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2003-02-12 16:50:31 +00:00
parent ade3f25641
commit 1784d455fe
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -3965,7 +3965,8 @@ if test "$_real" = auto ; then
if test "$_real" = yes ; then
if test -z "$_reallibdir" ; then
for I in $_libdir/real /usr/lib/real /usr/lib/RealPlayer*/Codecs \
/usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do
/usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs \
/opt/RealPlayer*/Codecs; do
if test -d "$I" ; then
_reallibdir="$I"
break;