summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-15 09:21:18 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-15 09:21:18 +0000
commita242c68b9de944e9dbdc96cec54998fd11cf6d63 (patch)
treebdbf66e76262bebf58a97ec3ff44a3e795b8ca51 /configure
parent3b22c881a8cf2ff1682e6b67271210248a71903d (diff)
downloadmpv-a242c68b9de944e9dbdc96cec54998fd11cf6d63.tar.bz2
mpv-a242c68b9de944e9dbdc96cec54998fd11cf6d63.tar.xz
Also check in LIBDIR/real for the codecs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6433 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 b3726df894..05685236eb 100755
--- a/configure
+++ b/configure
@@ -3323,7 +3323,8 @@ 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/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;