summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-23 19:59:24 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-23 19:59:24 +0000
commit4087d12af90a8f6729a3b3deb513575457632eee (patch)
treed5afa084ed2705c8d3d5368ae954fce28e151d21 /configure
parentc02f7dd0d044a6d7e6a6a9cc0bbeac8a9ba0eb71 (diff)
downloadmpv-4087d12af90a8f6729a3b3deb513575457632eee.tar.bz2
mpv-4087d12af90a8f6729a3b3deb513575457632eee.tar.xz
sync to x264 r137: adaptive B-frame decision, flush delayed frames.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14785 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 e7d94216ce..1c66595c84 100755
--- a/configure
+++ b/configure
@@ -5906,7 +5906,7 @@ cat > $TMPC << EOF
#include <stdint.h>
#include <stdarg.h>
#include <x264.h>
-#if X264_BUILD < 0x0012
+#if X264_BUILD < 0x0013
#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; }