Mercurial > mplayer.hg
changeset 34147:6e798fce4fc1
x264 version 118 is required for successful compilation.
author | cehoyos |
---|---|
date | Fri, 21 Oct 2011 23:15:33 +0000 |
parents | 19b03b022753 |
children | 61e3181426d8 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Oct 21 18:20:53 2011 +0000 +++ b/configure Fri Oct 21 23:15:33 2011 +0000 @@ -6905,7 +6905,7 @@ cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if !(X264_BUILD >= 115) +#if !(X264_BUILD >= 118) #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; }