comparison configure @ 15590:e848b20cd449

sync to x264 r240 (threads)
author lorenm
date Sun, 29 May 2005 19:05:32 +0000
parents 0da006f9f822
children 3d32bc09b975
comparison
equal deleted inserted replaced
15589:c3108031b78a 15590:e848b20cd449
6097 6097
6098 echocheck "x264" 6098 echocheck "x264"
6099 cat > $TMPC << EOF 6099 cat > $TMPC << EOF
6100 #include <inttypes.h> 6100 #include <inttypes.h>
6101 #include <x264.h> 6101 #include <x264.h>
6102 #if X264_BUILD < 27 6102 #if X264_BUILD < 28
6103 #error We do not support old versions of x264. Get the latest from SVN. 6103 #error We do not support old versions of x264. Get the latest from SVN.
6104 #endif 6104 #endif
6105 int main(void) { x264_encoder_open((void*)0); return 0; } 6105 int main(void) { x264_encoder_open((void*)0); return 0; }
6106 EOF 6106 EOF
6107 _ld_x264="$_ld_x264 -lx264 $_ld_lm" 6107 _ld_x264="$_ld_x264 -lx264 $_ld_lm"