Mercurial > mplayer.hg
comparison configure @ 14943:4f43e3452b36
sync to x264 171: chroma_me, chroma_qp_offset
author | lorenm |
---|---|
date | Mon, 14 Mar 2005 23:26:11 +0000 |
parents | 824bb857aa7e |
children | f5a8c71d94cf |
comparison
equal
deleted
inserted
replaced
14942:33066542018d | 14943:4f43e3452b36 |
---|---|
5917 | 5917 |
5918 echocheck "x264" | 5918 echocheck "x264" |
5919 cat > $TMPC << EOF | 5919 cat > $TMPC << EOF |
5920 #include <inttypes.h> | 5920 #include <inttypes.h> |
5921 #include <x264.h> | 5921 #include <x264.h> |
5922 #if X264_BUILD < 0x0014 | 5922 #if X264_BUILD < 22 |
5923 #error We do not support old versions of x264. Get the latest from SVN. | 5923 #error We do not support old versions of x264. Get the latest from SVN. |
5924 #endif | 5924 #endif |
5925 int main(void) { x264_encoder_open((void*)0); return 0; } | 5925 int main(void) { x264_encoder_open((void*)0); return 0; } |
5926 EOF | 5926 EOF |
5927 _ld_x264="$_ld_x264 -lx264 $_ld_lm" | 5927 _ld_x264="$_ld_x264 -lx264 $_ld_lm" |