[MPlayer-dev-eng] [PATCH] sync to x264 r61

Ivan Kalvachev ivan at cacad.com
Wed Dec 8 21:00:25 CET 2004


On Wed, 17 Nov 2004 10:50:45 -0800 (PST)
Loren Merritt <lorenm at u.washington.edu> wrote:

> diff -u -r1.8 ve_x264.c
> --- libmpcodecs/ve_x264.c	17 Oct 2004 17:59:38 -0000	1.8
> +++ libmpcodecs/ve_x264.c	17 Nov 2004 18:28:36 -0000
> @@ -49,6 +49,10 @@
>  
>  #include <x264.h>
>  
> +#if X264_BUILD < 0x000c
> +#error We do not support old versions of x264. Get the latest from SVN.
> +#endif
> +

Don't you think it is better this to be moved to configure.
Sometimes it is very annoying to compile mplayer for 30 minutes
and then it bombs with error. Fixing this error will mean change
of global config.h and rebuilding of the whole mplayer tree...

Sorry but this change wasn't mentioned in the mail, just found it.

Wish You Best
   Ivan Kalvachev
  iive




More information about the MPlayer-dev-eng mailing list