Mercurial > mplayer.hg
diff configure @ 32450:e5f6c91f66a9
sync x264 version check with the check in ffmpeg/configure
author | siretart |
---|---|
date | Wed, 27 Oct 2010 07:16:33 +0000 |
parents | 8d6bd95d0009 |
children | e789ea19fa5a |
line wrap: on
line diff
--- 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 <inttypes.h> #include <x264.h> -#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; }