summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-24 04:39:18 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-24 04:39:18 +0000
commitff48164f90ee4300ee22287262c82b69cfb91a83 (patch)
treefbd219aed706031c11cf4a41c9470a67022a1a72 /configure
parentbb5fb21443e03700e66591cdaf6322a18cb51cd6 (diff)
downloadmpv-ff48164f90ee4300ee22287262c82b69cfb91a83.tar.bz2
mpv-ff48164f90ee4300ee22287262c82b69cfb91a83.tar.xz
sync to x264 r334 (crf)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16847 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 52f174d07b..f54d4714c9 100755
--- a/configure
+++ b/configure
@@ -6138,7 +6138,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 36
+#if X264_BUILD < 37
#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; }