Mercurial > mplayer.hg
changeset 29930:a57d9fbbd29c
sync to x264-r1327. (only needed for x264-in-libavcodec)
author | lorenm |
---|---|
date | Sun, 29 Nov 2009 05:18:40 +0000 |
parents | 49c6bb4f97aa |
children | aa70aba2bbcb |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Nov 28 18:23:26 2009 +0000 +++ b/configure Sun Nov 29 05:18:40 2009 +0000 @@ -7237,7 +7237,7 @@ cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 78 +#if X264_BUILD < 79 #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; }