add FreeBSD default path

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7816 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-10-20 12:33:22 +00:00
parent ee149d09d7
commit 79d4d72479
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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;