Mercurial > mplayer.hg
diff configure @ 14759:8c1d40548612
Sync to x264 r134: weighted prediction for B-frames.
author | lorenm |
---|---|
date | Tue, 22 Feb 2005 05:50:10 +0000 |
parents | 57541bc7b796 |
children | f6284dd2516e |
line wrap: on
line diff
--- a/configure Tue Feb 22 02:12:58 2005 +0000 +++ b/configure Tue Feb 22 05:50:10 2005 +0000 @@ -5906,7 +5906,7 @@ #include <stdint.h> #include <stdarg.h> #include <x264.h> -#if X264_BUILD < 0x0011 +#if X264_BUILD < 0x0012 #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; }