changeset 24673:0dd1b48af82c

Do not uselessly set _x264 to the value it already has
author reimar
date Wed, 03 Oct 2007 14:13:11 +0000
parents 73a7e3da473e
children f6cf2c01315d
files configure
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Oct 03 13:57:33 2007 +0000
+++ b/configure	Wed Oct 03 14:13:11 2007 +0000
@@ -6593,7 +6593,6 @@
 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 @@
     _def_lavc_x264='#undef CONFIG_LIBX264'
   fi
 else
-  _x264=no
   _lavc_x264=no
   _def_x264='#undef HAVE_X264'
   _def_lavc_x264='#undef CONFIG_LIBX264'