# HG changeset patch # User cehoyos # Date 1264070255 0 # Node ID 410eb8136a1a4dc0ffeed5c68fa666351c072fff # Parent 968bab8aa5a531304dde275a85c428f9b66a0ec0 x264 version 0.83 is required. diff -r 968bab8aa5a5 -r 410eb8136a1a configure --- a/configure Thu Jan 21 10:31:34 2010 +0000 +++ b/configure Thu Jan 21 10:37:35 2010 +0000 @@ -7465,7 +7465,7 @@ cat > $TMPC << EOF #include #include -#if X264_BUILD < 79 +#if X264_BUILD < 83 #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; }