[MPlayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.14,1.15

Ivan Kalvachev ivan at cacad.com
Fri Feb 18 02:23:41 CET 2005


On Thu, 17 Feb 2005 20:32:46 +0100 (CET)
syncmail at mplayerhq.hu (Loren Merritt CVS) wrote:

> CVS change done by Loren Merritt CVS
> 
> Update of /cvsroot/mplayer/main/libmpcodecs
> In directory mail:/var2/tmp/cvs-serv25387
> 
> Modified Files:
> 	ve_x264.c 
> Log Message:
> sync to x264 r129: modified ratecontrol equation.
> 
> 
> Index: ve_x264.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_x264.c,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -r1.14 -r1.15
> --- ve_x264.c	12 Jan 2005 09:54:56 -0000	1.14
> +++ ve_x264.c	17 Feb 2005 19:32:44 -0000	1.15
> @@ -49,7 +49,7 @@
>  
>  #include <x264.h>
>  
> -#if X264_BUILD < 0x000e
> +#if X264_BUILD < 0x0010
>  #error We do not support old versions of x264. Get the latest from SVN.
>  #endif

This check do not belongs here.
Make it in the configure!
I Hate to get config errors while compiling.

Ivan




More information about the MPlayer-cvslog mailing list