Mercurial > mplayer.hg
diff configure @ 18207:a08a78145d9b
sync to x264 r503 (dct_decimate)
patch by Guillaume Poirier.
author | lorenm |
---|---|
date | Sat, 22 Apr 2006 19:30:57 +0000 (2006-04-22) |
parents | 07fad66caa44 |
children | 880d7105d452 |
line wrap: on
line diff
--- a/configure Sat Apr 22 19:29:02 2006 +0000 +++ b/configure Sat Apr 22 19:30:57 2006 +0000 @@ -6358,7 +6358,7 @@ cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 45 +#if X264_BUILD < 46 #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; }