Mercurial > mplayer.hg
comparison configure @ 15413:561f617e8944
sync to x264 rev223 (options: ratetol, vbv_*)
author | lorenm |
---|---|
date | Wed, 11 May 2005 16:00:12 +0000 |
parents | 93ae97c2de4c |
children | 67f45112c49c |
comparison
equal
deleted
inserted
replaced
15412:ead83e8d0c95 | 15413:561f617e8944 |
---|---|
6055 | 6055 |
6056 echocheck "x264" | 6056 echocheck "x264" |
6057 cat > $TMPC << EOF | 6057 cat > $TMPC << EOF |
6058 #include <inttypes.h> | 6058 #include <inttypes.h> |
6059 #include <x264.h> | 6059 #include <x264.h> |
6060 #if X264_BUILD < 23 | 6060 #if X264_BUILD < 24 |
6061 #error We do not support old versions of x264. Get the latest from SVN. | 6061 #error We do not support old versions of x264. Get the latest from SVN. |
6062 #endif | 6062 #endif |
6063 int main(void) { x264_encoder_open((void*)0); return 0; } | 6063 int main(void) { x264_encoder_open((void*)0); return 0; } |
6064 EOF | 6064 EOF |
6065 _ld_x264="$_ld_x264 -lx264 $_ld_lm" | 6065 _ld_x264="$_ld_x264 -lx264 $_ld_lm" |