Mercurial > mplayer.hg
diff configure @ 17731:a3dd033ec92e
sync to x264 r457 (direct_pred=3)
author | lorenm |
---|---|
date | Sun, 05 Mar 2006 07:23:12 +0000 |
parents | 018f1478418a |
children | 4c4f5c73c152 |
line wrap: on
line diff
--- a/configure Sun Mar 05 07:06:34 2006 +0000 +++ b/configure Sun Mar 05 07:23:12 2006 +0000 @@ -6388,7 +6388,7 @@ cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 43 +#if X264_BUILD < 45 #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; }