summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-23 12:01:04 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-23 12:01:04 +0000
commit189361565643031d6d555f31b69129e7159f18ab (patch)
tree4fa4d290f7770934f6244ddc6605dda4df8ed6ca /configure
parentf318d4c900e1920d7ab09738aed9488ddee63089 (diff)
downloadmpv-189361565643031d6d555f31b69129e7159f18ab.tar.bz2
mpv-189361565643031d6d555f31b69129e7159f18ab.tar.xz
sync to x264-r1260 (which changed api)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29704 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7ed1b7d216..780a4c48a2 100755
--- a/configure
+++ b/configure
@@ -7240,8 +7240,8 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 65
-#error We do not support old versions of x264. Get the latest from SVN.
+#if X264_BUILD < 76
+#error We do not support old versions of x264. Get the latest from git.
#endif
int main(void) { x264_encoder_open((void*)0); return 0; }
EOF