mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
add gentoo default real dirs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9409 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ade3f25641
commit
1784d455fe
3
configure
vendored
3
configure
vendored
@ -3965,7 +3965,8 @@ if test "$_real" = auto ; then
|
||||
if test "$_real" = yes ; then
|
||||
if test -z "$_reallibdir" ; then
|
||||
for I in $_libdir/real /usr/lib/real /usr/lib/RealPlayer*/Codecs \
|
||||
/usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do
|
||||
/usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs \
|
||||
/opt/RealPlayer*/Codecs; do
|
||||
if test -d "$I" ; then
|
||||
_reallibdir="$I"
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user