summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-19 21:23:08 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-19 21:23:08 +0000
commite155d3d9f910508273b15990eb75e9de5fa67671 (patch)
tree3e5d912ec17f9257aeeae3c7260f034c50e1de77 /configure
parentb2e3df350aeec14da52b1eec7d25c8c7595f617a (diff)
downloadmpv-e155d3d9f910508273b15990eb75e9de5fa67671.tar.bz2
mpv-e155d3d9f910508273b15990eb75e9de5fa67671.tar.xz
sync to x264-r1296
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29787 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 753d291fc9..a19980f5db 100755
--- a/configure
+++ b/configure
@@ -7221,7 +7221,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 76
+#if X264_BUILD < 78
#error We do not support old versions of x264. Get the latest from git.
#endif
int main(void) { x264_encoder_open((void*)0); return 0; }