Mercurial > mplayer.hg
changeset 31240:35b5018370b8
libavcodec/libx264.c requires x264 0.98 since r23430.
author | cehoyos |
---|---|
date | Wed, 02 Jun 2010 20:50:55 +0000 |
parents | 7567de05a9db |
children | e4b071e1145c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Jun 02 20:21:29 2010 +0000 +++ b/configure Wed Jun 02 20:50:55 2010 +0000 @@ -7547,7 +7547,7 @@ cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 89 +#if X264_BUILD < 98 #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; }