summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-11 16:00:12 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-11 16:00:12 +0000
commit18a4416a8817936822ef14ef06abbed0e159dd77 (patch)
treef7feaee1a687fbbf31d097bf263815e8dc6484bd /configure
parentfd6bf5c76257a67f3b49ee1ace2ad66aec9f06cb (diff)
downloadmpv-18a4416a8817936822ef14ef06abbed0e159dd77.tar.bz2
mpv-18a4416a8817936822ef14ef06abbed0e159dd77.tar.xz
sync to x264 rev223 (options: ratetol, vbv_*)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15414 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 a69bb0c739..7e08ffd4bd 100755
--- a/configure
+++ b/configure
@@ -6057,7 +6057,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 23
+#if X264_BUILD < 24
#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; }