comparison configure @ 16898:b29f79085d90

sync to x264 r360 (trellis)
author lorenm
date Fri, 04 Nov 2005 01:01:19 +0000
parents d836b98d9619
children 57610089c932
comparison
equal deleted inserted replaced
16897:ed8e079a1705 16898:b29f79085d90
6140 6140
6141 echocheck "x264" 6141 echocheck "x264"
6142 cat > $TMPC << EOF 6142 cat > $TMPC << EOF
6143 #include <inttypes.h> 6143 #include <inttypes.h>
6144 #include <x264.h> 6144 #include <x264.h>
6145 #if X264_BUILD < 37 6145 #if X264_BUILD < 39
6146 #error We do not support old versions of x264. Get the latest from SVN. 6146 #error We do not support old versions of x264. Get the latest from SVN.
6147 #endif 6147 #endif
6148 int main(void) { x264_encoder_open((void*)0); return 0; } 6148 int main(void) { x264_encoder_open((void*)0); return 0; }
6149 EOF 6149 EOF
6150 _ld_x264="$_ld_x264 -lx264 $_ld_pthread" 6150 _ld_x264="$_ld_x264 -lx264 $_ld_pthread"