# HG changeset patch # User siretart # Date 1288163793 0 # Node ID e5f6c91f66a993f27eea5d6cad412a93038c5526 # Parent f39c946f7ff70ceab5ec3931912bdd39b6b2fd34 sync x264 version check with the check in ffmpeg/configure diff -r f39c946f7ff7 -r e5f6c91f66a9 configure --- a/configure Tue Oct 26 19:03:14 2010 +0000 +++ b/configure Wed Oct 27 07:16:33 2010 +0000 @@ -7064,7 +7064,7 @@ cat > $TMPC << EOF #include #include -#if X264_BUILD < 98 +#if !(X264_BUILD >= 99) #error We do not support old versions of x264. Get the latest from git. #endif int main(void) { x264_encoder_open((void*)0); return 0; }