summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-04 01:01:19 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-04 01:01:19 +0000
commit3c1298e0f7162d31b63608924de633e3922fa101 (patch)
treee0e44ebaa7e70118fa722ad85c1f74a41cd17e80 /configure
parent058afda0f86065aa72c3a13b3d562f4d9e38394f (diff)
downloadmpv-3c1298e0f7162d31b63608924de633e3922fa101.tar.bz2
mpv-3c1298e0f7162d31b63608924de633e3922fa101.tar.xz
sync to x264 r360 (trellis)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16899 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 9beb1f4c62..609a43c25f 100755
--- a/configure
+++ b/configure
@@ -6142,7 +6142,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 37
+#if X264_BUILD < 39
#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; }