# HG changeset patch # User diego # Date 1163011006 0 # Node ID eb2c12485aaccdf74af2b115f6948f57c92d00f0 # Parent ef6ce7551081fb536b1d2bb6791223d880ebdea7 cosmetics: Fix indentation after last commit. diff -r ef6ce7551081 -r eb2c12485aac configure --- a/configure Wed Nov 08 18:35:32 2006 +0000 +++ b/configure Wed Nov 08 18:36:46 2006 +0000 @@ -6384,13 +6384,14 @@ fi echores "$_bl" + echocheck "XviD 3" if test "$_xvid3" = auto ; then -cat > $TMPC << EOF + cat > $TMPC << EOF #include int main(void) { xvid_init(0, 0, 0, 0); return 0; } EOF -_ld_xvid="$_ld_xvid -lxvidcore" + _ld_xvid="$_ld_xvid -lxvidcore" _xvid3=no cc_check $_ld_xvid $_ld_lm && _xvid3=yes fi @@ -6404,6 +6405,7 @@ fi echores "$_xvid3" + echocheck "XviD 4" if test "$_xvid4" = auto ; then _xvid4=no @@ -6417,13 +6419,13 @@ done fi - if test "$_xvid4" = yes ; then - _def_xvid4='#define HAVE_XVID4 1' - _codecmodules="xvid4 $_codecmodules" - else - _def_xvid4='#undef HAVE_XVID4' - _nocodecmodules="xvid4 $_nocodecmodules" - fi +if test "$_xvid4" = yes ; then + _def_xvid4='#define HAVE_XVID4 1' + _codecmodules="xvid4 $_codecmodules" +else + _def_xvid4='#undef HAVE_XVID4' + _nocodecmodules="xvid4 $_nocodecmodules" +fi echores "$_xvid4" if test "$_xvid4" = yes ; then