1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

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

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;