summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-12 16:50:31 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-12 16:50:31 +0000
commit1784d455fe67db6091edff6c3e58457c3d95f48e (patch)
treed1758e4078b0855e8aefc4a0c1b73f79384b36fa /configure
parentade3f25641624af98a8987f35189c1b336c3b4c4 (diff)
downloadmpv-1784d455fe67db6091edff6c3e58457c3d95f48e.tar.bz2
mpv-1784d455fe67db6091edff6c3e58457c3d95f48e.tar.xz
add gentoo default real dirs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9409 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 422c11a17e..dcdc642aec 100755
--- a/configure
+++ b/configure
@@ -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;