From 289750a92fdeee9a3cc22e5bae2268f65ba7b657 Mon Sep 17 00:00:00 2001 From: nexus Date: Thu, 13 Jun 2002 09:47:22 +0000 Subject: [PATCH] add FreeBSD default dir git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6412 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;