[MPlayer-cvslog] r24693 - trunk/configure

reimar subversion at mplayerhq.hu
Wed Oct 3 16:13:11 CEST 2007


Author: reimar
Date: Wed Oct  3 16:13:11 2007
New Revision: 24693

Log:
Do not uselessly set _x264 to the value it already has


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Oct  3 16:13:11 2007
@@ -6593,7 +6593,6 @@ EOF
 fi
 
 if test "$_x264" = yes ; then
-  _x264=yes
   _def_x264='#define HAVE_X264 1'
   _codecmodules="x264 $_codecmodules"
   if echo $_libavencoders | grep -q X264 ; then
@@ -6605,7 +6604,6 @@ if test "$_x264" = yes ; then
     _def_lavc_x264='#undef CONFIG_LIBX264'
   fi
 else
-  _x264=no
   _lavc_x264=no
   _def_x264='#undef HAVE_X264'
   _def_lavc_x264='#undef CONFIG_LIBX264'



More information about the MPlayer-cvslog mailing list