Mercurial > mplayer.hg
changeset 33386:dc5d741dad9c
x264 version 0.115 is required now.
author | cehoyos |
---|---|
date | Fri, 20 May 2011 22:44:52 +0000 |
parents | 0f4642d8b4ab |
children | 1aac4a6026fa |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri May 20 21:25:00 2011 +0000 +++ b/configure Fri May 20 22:44:52 2011 +0000 @@ -7012,7 +7012,7 @@ cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if !(X264_BUILD >= 99) +#if !(X264_BUILD >= 115) #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; }