summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-13 09:47:22 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-13 09:47:22 +0000
commit289750a92fdeee9a3cc22e5bae2268f65ba7b657 (patch)
tree53d9c58a0aeac1da4e555e489eb6e231fc9588d4 /configure
parent6f88f32de3c82c244cc6cddf329b3b03cfed3a8c (diff)
downloadmpv-289750a92fdeee9a3cc22e5bae2268f65ba7b657.tar.bz2
mpv-289750a92fdeee9a3cc22e5bae2268f65ba7b657.tar.xz
add FreeBSD default dir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6412 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 cde5d548f9..525e6947a9 100755
--- a/configure
+++ b/configure
@@ -3272,7 +3272,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 ; do
+ for I in /usr/lib/real /usr/lib/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do
if test -d "$I" ; then
_reallibdir="$I"
break;