summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-22 05:50:10 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-22 05:50:10 +0000
commit1db1d5ea389cc85f7cc4d4ea0b66749c68de38cc (patch)
treed1b0a1868f834a9982e446fa473fe54baf411577 /configure
parent66b1d8c94b5bcd33ab8c0857140e1eafe01011ee (diff)
downloadmpv-1db1d5ea389cc85f7cc4d4ea0b66749c68de38cc.tar.bz2
mpv-1db1d5ea389cc85f7cc4d4ea0b66749c68de38cc.tar.xz
Sync to x264 r134: weighted prediction for B-frames.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14760 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 4e857eda89..1eb88b99e0 100755
--- a/configure
+++ b/configure
@@ -5906,7 +5906,7 @@ cat > $TMPC << EOF
#include <stdint.h>
#include <stdarg.h>
#include <x264.h>
-#if X264_BUILD < 0x0011
+#if X264_BUILD < 0x0012
#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; }