Mercurial > mplayer.hg
changeset 32450:e5f6c91f66a9
sync x264 version check with the check in ffmpeg/configure
author | siretart |
---|---|
date | Wed, 27 Oct 2010 07:16:33 +0000 |
parents | f39c946f7ff7 |
children | 50eefdb09513 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }