changeset 28257:4811678e9f05

Reindent for "if" added in internal dvdnav patch
author reimar
date Sat, 10 Jan 2009 13:57:33 +0000
parents cd79547b7467
children 3bb4536452dc
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jan 10 13:51:02 2009 +0000
+++ b/configure	Sat Jan 10 13:57:33 2009 +0000
@@ -7802,8 +7802,8 @@
   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