comparison configure @ 30341:410eb8136a1a

x264 version 0.83 is required.
author cehoyos
date Thu, 21 Jan 2010 10:37:35 +0000
parents 968bab8aa5a5
children 01ae3b5e504f
comparison
equal deleted inserted replaced
30340:968bab8aa5a5 30341:410eb8136a1a
7463 echocheck "x264" 7463 echocheck "x264"
7464 if test "$_x264" = auto ; then 7464 if test "$_x264" = auto ; then
7465 cat > $TMPC << EOF 7465 cat > $TMPC << EOF
7466 #include <inttypes.h> 7466 #include <inttypes.h>
7467 #include <x264.h> 7467 #include <x264.h>
7468 #if X264_BUILD < 79 7468 #if X264_BUILD < 83
7469 #error We do not support old versions of x264. Get the latest from git. 7469 #error We do not support old versions of x264. Get the latest from git.
7470 #endif 7470 #endif
7471 int main(void) { x264_encoder_open((void*)0); return 0; } 7471 int main(void) { x264_encoder_open((void*)0); return 0; }
7472 EOF 7472 EOF
7473 _x264=no 7473 _x264=no