comparison configure @ 15654:c515b4dcec6b

sync to x264 r252 (8x8dct)
author lorenm
date Sun, 05 Jun 2005 19:05:00 +0000
parents 9349c3c5c46a
children b72a6617d022
comparison
equal deleted inserted replaced
15653:4aae027bf72f 15654:c515b4dcec6b
6088 6088
6089 echocheck "x264" 6089 echocheck "x264"
6090 cat > $TMPC << EOF 6090 cat > $TMPC << EOF
6091 #include <inttypes.h> 6091 #include <inttypes.h>
6092 #include <x264.h> 6092 #include <x264.h>
6093 #if X264_BUILD < 28 6093 #if X264_BUILD < 29
6094 #error We do not support old versions of x264. Get the latest from SVN. 6094 #error We do not support old versions of x264. Get the latest from SVN.
6095 #endif 6095 #endif
6096 int main(void) { x264_encoder_open((void*)0); return 0; } 6096 int main(void) { x264_encoder_open((void*)0); return 0; }
6097 EOF 6097 EOF
6098 _ld_x264="$_ld_x264 -lx264 $_ld_lm $_ld_pthread" 6098 _ld_x264="$_ld_x264 -lx264 $_ld_lm $_ld_pthread"