mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00: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:
parent
6f88f32de3
commit
289750a92f
2
configure
vendored
2
configure
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user