[MPlayer-cvslog] r18731 - trunk/configure

diego subversion at mplayerhq.hu
Fri Jun 16 18:03:27 CEST 2006


Author: diego
Date: Fri Jun 16 18:03:27 2006
New Revision: 18731

Modified:
   trunk/configure

Log:
readability cosmetics


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Jun 16 18:03:27 2006
@@ -3444,7 +3444,7 @@
   _def_sysi86='#undef HAVE_SYSI86'
 fi
 echores "$_sysi86"
-fi
+fi #if sunos
 
 
 echocheck "sys/sysinfo.h"
@@ -5969,7 +5969,7 @@
   fi
 fi
 
-fi
+fi # if false
 
 echores "$_dshow"
 
@@ -6195,7 +6195,7 @@
   fi
 fi
 echores "$_libavutil_so"
-fi
+fi #if test "$_libavutil" != yes ; then
 
 if test "$_libavcodec" != yes ; then
 echocheck "FFmpeg libavcodec (dynamic)"
@@ -6222,7 +6222,7 @@
   fi
 fi
 echores "$_libavcodec_so"
-fi
+fi #if test "$_libavcodec" != yes ; then
 
 if test "$_libavformat" != yes ; then
 echocheck "FFmpeg libavformat (dynamic)"
@@ -6244,7 +6244,7 @@
   fi
 fi
 echores "$_libavformat_so"
-fi
+fi #if test "$_libavformat" != yes ; then
 
 if test "$_libpostproc" != yes ; then
 echocheck "FFmpeg libpostproc (dynamic)"
@@ -6264,7 +6264,7 @@
   fi
 fi
 echores "$_libpostproc_so"
-fi
+fi #if test "$_libpostproc" != yes ; then
 
 _def_libavcodec='#undef USE_LIBAVCODEC'
 _def_libavcodec_so='#undef USE_LIBAVCODEC_SO'



More information about the MPlayer-cvslog mailing list