Mercurial > mplayer.hg
diff configure @ 14916:68582488a5d6
sync to x264 r150: new option 'b_pyramid'
author | lorenm |
---|---|
date | Fri, 04 Mar 2005 13:11:01 +0000 |
parents | 80661ebc1fbb |
children | 824bb857aa7e |
line wrap: on
line diff
--- a/configure Fri Mar 04 07:50:55 2005 +0000 +++ b/configure Fri Mar 04 13:11:01 2005 +0000 @@ -5920,7 +5920,7 @@ #include <stdint.h> #include <stdarg.h> #include <x264.h> -#if X264_BUILD < 0x0013 +#if X264_BUILD < 0x0014 #error We do not support old versions of x264. Get the latest from SVN. #endif int main(void) { x264_encoder_open((void*)0); return 0; }