add FreeBSD default dir

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6412 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-06-13 09:47:22 +00:00
parent 6f88f32de3
commit 289750a92f
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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