summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-24 06:03:37 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-24 06:03:37 +0000
commitd6a8698f574133bf289facf51a7d2deb27fe85d6 (patch)
tree7eddaff35a97e319a7a6d941209ccbde6dccbe9b /configure
parent1c92db1cd35dd63ff2a91818314f09a7feb8f8ad (diff)
downloadmpv-d6a8698f574133bf289facf51a7d2deb27fe85d6.tar.bz2
mpv-d6a8698f574133bf289facf51a7d2deb27fe85d6.tar.xz
sync to x264 r239 (zoned ratecontrol and UMHex ME)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15558 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 6844088497..9d54b9b85e 100755
--- a/configure
+++ b/configure
@@ -6052,7 +6052,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 24
+#if X264_BUILD < 27
#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; }