[MPlayer-cvslog] r23121 - trunk/configure

diego subversion at mplayerhq.hu
Thu Apr 26 13:53:38 CEST 2007


Author: diego
Date: Thu Apr 26 13:53:38 2007
New Revision: 23121

Log:
10l elif syntax error


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Apr 26 13:53:38 2007
@@ -6157,7 +6157,7 @@ if test "$_libavutil_a" = auto ; then
   else
     die "MPlayer will not compile without libavutil in the source tree."
   fi
-elif test "$_libavutil_so" = auto
+elif test "$_libavutil_so" = auto ; then
   _libavutil_so=no
   cat > $TMPC << EOF
 #include <ffmpeg/common.h>



More information about the MPlayer-cvslog mailing list