summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-08 22:28:27 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-08 22:28:27 +0000
commit9b1096e251c33104cc2677a338dd6ada7242cb96 (patch)
treea06564e4d4703e7088cc34cad5942006ef36e793 /configure
parent42613b0ea2b55535d19c0ce46d517d82def98c7f (diff)
downloadmpv-9b1096e251c33104cc2677a338dd6ada7242cb96.tar.bz2
mpv-9b1096e251c33104cc2677a338dd6ada7242cb96.tar.xz
sync to x264 r318 (mixed_refs)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16713 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 16f33296b5..788ceaa404 100755
--- a/configure
+++ b/configure
@@ -6069,7 +6069,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 29
+#if X264_BUILD < 36
#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; }