comparison configure @ 31007:26537f75c1dd

Tell x264 that we aren't going to give it timestamps. Fixes some warnings starting in x264-r1480.
author lorenm
date Tue, 20 Apr 2010 09:14:54 +0000
parents ccf1dec0fce2
children 9d2d41352b0d
comparison
equal deleted inserted replaced
31006:768242ad42e2 31007:26537f75c1dd
7482 echocheck "x264" 7482 echocheck "x264"
7483 if test "$_x264" = auto ; then 7483 if test "$_x264" = auto ; then
7484 cat > $TMPC << EOF 7484 cat > $TMPC << EOF
7485 #include <inttypes.h> 7485 #include <inttypes.h>
7486 #include <x264.h> 7486 #include <x264.h>
7487 #if X264_BUILD < 83 7487 #if X264_BUILD < 89
7488 #error We do not support old versions of x264. Get the latest from git. 7488 #error We do not support old versions of x264. Get the latest from git.
7489 #endif 7489 #endif
7490 int main(void) { x264_encoder_open((void*)0); return 0; } 7490 int main(void) { x264_encoder_open((void*)0); return 0; }
7491 EOF 7491 EOF
7492 _x264=no 7492 _x264=no