Mercurial > mplayer.hg
changeset 7815:c81e5a7f5862
add FreeBSD default path
author | nexus |
---|---|
date | Sun, 20 Oct 2002 12:33:22 +0000 |
parents | 988498df1996 |
children | fc8da5477d32 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Oct 20 12:20:39 2002 +0000 +++ b/configure Sun Oct 20 12:33:22 2002 +0000 @@ -3644,7 +3644,7 @@ 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;