summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-05 19:05:00 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-05 19:05:00 +0000
commit09dce31b8b3f56edfa5d994ab999ec9a9723762d (patch)
tree986ecaf581164ab6f7a01bfeb3802ed5dddfb654 /configure
parent6c83d9b34a1a0baa85004db86196dca853313760 (diff)
downloadmpv-09dce31b8b3f56edfa5d994ab999ec9a9723762d.tar.bz2
mpv-09dce31b8b3f56edfa5d994ab999ec9a9723762d.tar.xz
sync to x264 r252 (8x8dct)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15655 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 0d1c5e6aa2..a87ffcefdb 100755
--- a/configure
+++ b/configure
@@ -6090,7 +6090,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 28
+#if X264_BUILD < 29
#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; }