summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-14 23:26:11 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-14 23:26:11 +0000
commit20a3c8c24cc1b2476a62043a8505156f69001ddd (patch)
treec57b139531fdc8db74391afbe476cef1853cec92 /configure
parent9b0201c420ced738064749baa463d2ba87563ff5 (diff)
downloadmpv-20a3c8c24cc1b2476a62043a8505156f69001ddd.tar.bz2
mpv-20a3c8c24cc1b2476a62043a8505156f69001ddd.tar.xz
sync to x264 171: chroma_me, chroma_qp_offset
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14944 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c20d710c12..a53c8d06fd 100755
--- a/configure
+++ b/configure
@@ -5919,7 +5919,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 0x0014
+#if X264_BUILD < 22
#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; }