Mercurial > mplayer.hg
diff configure @ 14722:23dc67608626
Move x264 version check into configure.
author | lorenm |
---|---|
date | Fri, 18 Feb 2005 03:55:27 +0000 |
parents | 222d5ed2c49d |
children | 408d14601dca |
line wrap: on
line diff
--- a/configure Thu Feb 17 21:03:29 2005 +0000 +++ b/configure Fri Feb 18 03:55:27 2005 +0000 @@ -5906,6 +5906,9 @@ #include <stdint.h> #include <stdarg.h> #include <x264.h> +#if X264_BUILD < 0x0010 +#error We do not support old versions of x264. Get the latest from SVN. +#endif int main(void) { x264_encoder_open((void*)0); return 0; } EOF _ld_x264="$_ld_x264 -lx264 $_ld_lm"