summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-07 12:50:52 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-07 12:50:52 +0000
commit7397dbcb66b7e2e36120c3c7e5d05f81962a1d2c (patch)
tree27a73f88d4d0282e9143f7819ca69ad13206c976 /configure
parent052223b1958cfe0ce39a2180dfccb6a76af61ed9 (diff)
downloadmpv-7397dbcb66b7e2e36120c3c7e5d05f81962a1d2c.tar.bz2
mpv-7397dbcb66b7e2e36120c3c7e5d05f81962a1d2c.tar.xz
Update x264 version check for version required by lavc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28869 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 a0d9013547..4596a804f0 100755
--- a/configure
+++ b/configure
@@ -7042,7 +7042,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 59
+#if X264_BUILD < 65
#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; }