From f5676d066b20965602cee6aed93f6690c74b4564 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 10 Jan 2009 13:57:33 +0000 Subject: [PATCH] Reindent for "if" added in internal dvdnav patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28292 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d91bdf32f7..929a939f1c 100755 --- a/configure +++ b/configure @@ -7802,8 +7802,8 @@ if test "$_dvdnav" = yes ; then if test "$dvdnav_internal" = yes ; then _inc_extra="$_inc_extra -Ilibdvdnav" else - _inc_extra="$_inc_extra `$_dvdnavconfig --cflags`" - _ld_extra="$_ld_extra `$_dvdnavconfig --minilibs`" + _inc_extra="$_inc_extra `$_dvdnavconfig --cflags`" + _ld_extra="$_ld_extra `$_dvdnavconfig --minilibs`" fi _inputmodules="dvdnav $_inputmodules" else