diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-01 07:45:22 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-01 07:45:22 +0000 |
commit | 167c4a1990ea64feccc59e4e91fd1cfd930cfa42 (patch) | |
tree | dce3a5e3b23edfdb9c3cab2d8e83f8a75b19ff10 | |
parent | d73f2a4c07354006ad04c13329b588348282d716 (diff) |
tiny reindentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26954 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7548,7 +7548,7 @@ if test "$_dvdnav" = auto ; then _dvdnav=no echores "disabled due to the usage of the internal copy of dvdread. Append --disable-dvdread-internal" else - $_dvdnavconfig --version --minilibs >> $TMPLOG 2>&1 || _dvdnav=no + $_dvdnavconfig --version --minilibs >> $TMPLOG 2>&1 || _dvdnav=no fi fi if test "$_dvdnav" = auto ; then |