summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-30 05:15:27 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-30 05:15:27 +0000
commit457b63508d680d4b7ef60040e811715967f83987 (patch)
tree163b8001c3465733f941848f0b6c79bf7470d974 /configure
parentf0b07621665a9bac541407559c956d1f7cb600f9 (diff)
downloadmpv-457b63508d680d4b7ef60040e811715967f83987.tar.bz2
mpv-457b63508d680d4b7ef60040e811715967f83987.tar.xz
sync to x264 r390 (bime)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17269 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 7127244cf0..9ef6a0ef17 100755
--- a/configure
+++ b/configure
@@ -6265,7 +6265,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 40
+#if X264_BUILD < 43
#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; }