comparison configure @ 15557:40d5e0ccce93

sync to x264 r239 (zoned ratecontrol and UMHex ME)
author lorenm
date Tue, 24 May 2005 06:03:37 +0000
parents 52838f825747
children b8cdc8b98466
comparison
equal deleted inserted replaced
15556:7575f4b17b48 15557:40d5e0ccce93
6050 6050
6051 echocheck "x264" 6051 echocheck "x264"
6052 cat > $TMPC << EOF 6052 cat > $TMPC << EOF
6053 #include <inttypes.h> 6053 #include <inttypes.h>
6054 #include <x264.h> 6054 #include <x264.h>
6055 #if X264_BUILD < 24 6055 #if X264_BUILD < 27
6056 #error We do not support old versions of x264. Get the latest from SVN. 6056 #error We do not support old versions of x264. Get the latest from SVN.
6057 #endif 6057 #endif
6058 int main(void) { x264_encoder_open((void*)0); return 0; } 6058 int main(void) { x264_encoder_open((void*)0); return 0; }
6059 EOF 6059 EOF
6060 _ld_x264="$_ld_x264 -lx264 $_ld_lm" 6060 _ld_x264="$_ld_x264 -lx264 $_ld_lm"