[MPlayer-cvslog] r26678 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed May 7 08:57:32 CEST 2008


On Wed, May 07, 2008 at 12:56:42AM +0200, diego wrote:
> Author: diego
> Date: Wed May  7 00:56:42 2008
> New Revision: 26678
> 
> Log:
> Always enable x264 in libavcodec if x264 is enabled.
> 
> 
> Modified:
>    trunk/configure
> 
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure	(original)
> +++ trunk/configure	Wed May  7 00:56:42 2008
> @@ -6579,17 +6579,10 @@ fi
>  if test "$_x264" = yes ; then
>    _def_x264='#define HAVE_X264 1'
>    _codecmodules="x264 $_codecmodules"
> -  if echo $_libavencoders | grep -q X264 ; then
> -    _lavc_x264=yes
>      _def_lavc_x264='#define CONFIG_LIBX264 1'
>      _libs_mplayer="$_libs_mplayer $_ld_x264"
>      _libavencoders="$_libavencoders LIBX264_ENCODER"
> -  else
> -    _lavc_x264=no
> -    _def_lavc_x264='#undef CONFIG_LIBX264'
> -  fi

_lavc_x264 is still used in the result output btw...



More information about the MPlayer-cvslog mailing list