Mercurial > mplayer.hg
diff configure @ 17025:8e458f513c48
sync to x264 r373 (brdo)
author | lorenm |
---|---|
date | Tue, 22 Nov 2005 05:17:17 +0000 |
parents | d7794234ab7e |
children | d628bc96cb47 |
line wrap: on
line diff
--- a/configure Mon Nov 21 23:51:27 2005 +0000 +++ b/configure Tue Nov 22 05:17:17 2005 +0000 @@ -6223,7 +6223,7 @@ cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 39 +#if X264_BUILD < 40 #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; }