summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-20 12:33:22 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-20 12:33:22 +0000
commit79d4d7247945c78b7825cd2c22fbe1bffd5866e9 (patch)
treef8766504bb1828457005cc5be9e7e4bc7072436d /configure
parentee149d09d760991b3677d8f326f242a868c6e4fb (diff)
downloadmpv-79d4d7247945c78b7825cd2c22fbe1bffd5866e9.tar.bz2
mpv-79d4d7247945c78b7825cd2c22fbe1bffd5866e9.tar.xz
add FreeBSD default path
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7816 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 38256cd60f..8cf655e96c 100755
--- a/configure
+++ b/configure
@@ -3644,7 +3644,7 @@ fi
if test -z "$_livelibdir" ; then
- for I in $_libdir/live /usr/lib/live /usr/local/lib/live; do
+ for I in $_libdir/live /usr/lib/live /usr/local/live /usr/local/lib/live; do
if test -d "$I" ; then
_livelibdir="$I"
break;