summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-05 07:23:12 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-05 07:23:12 +0000
commit66419046a2c6aba11470097a606973baf789a9fd (patch)
tree79fb57495ab5f746c3cb711e3baa982d9c20ac45 /configure
parent1a2d5629813efd5502d7a9b592f963fbdf360251 (diff)
downloadmpv-66419046a2c6aba11470097a606973baf789a9fd.tar.bz2
mpv-66419046a2c6aba11470097a606973baf789a9fd.tar.xz
sync to x264 r457 (direct_pred=3)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17732 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 84c2254298..ecc8de293c 100755
--- a/configure
+++ b/configure
@@ -6388,7 +6388,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 43
+#if X264_BUILD < 45
#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; }