diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-22 21:27:39 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-22 21:27:39 +0000 |
commit | a9f745e1cb175ebb42e9239fbd08013dc1d7bd3c (patch) | |
tree | 05934bdf41fbb0406d26dda4d27bf57fbc3ad616 /configure | |
parent | c911f58ae67ab3c7806fc229d2afd0a3cc4f9af0 (diff) | |
download | mpv-a9f745e1cb175ebb42e9239fbd08013dc1d7bd3c.tar.bz2 mpv-a9f745e1cb175ebb42e9239fbd08013dc1d7bd3c.tar.xz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |