Mercurial > mplayer.hg
comparison configure @ 14738:408d14601dca
x264: expose option "level_idc".
patch by Jeff Clagg <snacky at ikaruga dot co dot uk>.
author | lorenm |
---|---|
date | Sun, 20 Feb 2005 02:21:26 +0000 |
parents | 23dc67608626 |
children | 57541bc7b796 |
comparison
equal
deleted
inserted
replaced
14737:b1cb4d26a278 | 14738:408d14601dca |
---|---|
5904 echocheck "x264" | 5904 echocheck "x264" |
5905 cat > $TMPC << EOF | 5905 cat > $TMPC << EOF |
5906 #include <stdint.h> | 5906 #include <stdint.h> |
5907 #include <stdarg.h> | 5907 #include <stdarg.h> |
5908 #include <x264.h> | 5908 #include <x264.h> |
5909 #if X264_BUILD < 0x0010 | 5909 #if X264_BUILD < 0x0011 |
5910 #error We do not support old versions of x264. Get the latest from SVN. | 5910 #error We do not support old versions of x264. Get the latest from SVN. |
5911 #endif | 5911 #endif |
5912 int main(void) { x264_encoder_open((void*)0); return 0; } | 5912 int main(void) { x264_encoder_open((void*)0); return 0; } |
5913 EOF | 5913 EOF |
5914 _ld_x264="$_ld_x264 -lx264 $_ld_lm" | 5914 _ld_x264="$_ld_x264 -lx264 $_ld_lm" |