mirror of https://github.com/mpv-player/mpv
One / too many, noticed by Andreas Hess <jaska@gmx.net>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10154 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c911f58ae6
commit
a9f745e1cb
|
@ -4310,7 +4310,7 @@ if test "$_real" = auto ; then
|
|||
if test -z "$_reallibdir" ; then
|
||||
for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \
|
||||
/usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \
|
||||
/usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}/Codecs ; do
|
||||
/usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}Codecs ; do
|
||||
if test -d "$I" ; then
|
||||
_reallibdir="$I"
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue