summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-21 10:37:35 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-21 10:37:35 +0000
commit34db438211aa5f734cc526fe3c55afb69e80d0cb (patch)
tree7b5bb6080c59c30b44c9fe57d0167adf191438aa /configure
parent4e92beb4eaa44157a2635c22216c7c01f85d431b (diff)
downloadmpv-34db438211aa5f734cc526fe3c55afb69e80d0cb.tar.bz2
mpv-34db438211aa5f734cc526fe3c55afb69e80d0cb.tar.xz
x264 version 0.83 is required.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30383 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 5c311e53f5..281cd463e9 100755
--- a/configure
+++ b/configure
@@ -7465,7 +7465,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 79
+#if X264_BUILD < 83
#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; }