summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-14 00:35:06 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-14 00:35:06 +0000
commit5d3ed7324cff456e1bc543cf0c6548b422105baf (patch)
tree2284fccd7f9544dde466f4800fa1217c99b73a2f /configure
parent08d3dc0b233057d4eb7d66083c7e998121af3e03 (diff)
downloadmpv-5d3ed7324cff456e1bc543cf0c6548b422105baf.tar.bz2
mpv-5d3ed7324cff456e1bc543cf0c6548b422105baf.tar.xz
realplayer8 installs at /usr/local/RealPlayer8 by default...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6423 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a8aa307b82..6e0d873ac9 100755
--- a/configure
+++ b/configure
@@ -3327,7 +3327,7 @@ if test "$_real" = auto ; then
fi
if test "$_real" = yes ; then
if test -z "$_reallibdir" ; then
- for I in /usr/lib/real /usr/lib/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do
+ for I in /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;