Mercurial > mplayer.hg
diff configure @ 14943:4f43e3452b36
sync to x264 171: chroma_me, chroma_qp_offset
author | lorenm |
---|---|
date | Mon, 14 Mar 2005 23:26:11 +0000 |
parents | 824bb857aa7e |
children | f5a8c71d94cf |
line wrap: on
line diff
--- a/configure Mon Mar 14 06:28:18 2005 +0000 +++ b/configure Mon Mar 14 23:26:11 2005 +0000 @@ -5919,7 +5919,7 @@ cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 0x0014 +#if X264_BUILD < 22 #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; }