summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-29 19:05:32 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-29 19:05:32 +0000
commit2bdc7899a179504ccc3b8fcea032e224867c6805 (patch)
treeb1bf1821a3e476bcbbc9d17a079d749d43bf2b55 /configure
parent7322c396a9de56735f801becf4daaa647a4251b5 (diff)
downloadmpv-2bdc7899a179504ccc3b8fcea032e224867c6805.tar.bz2
mpv-2bdc7899a179504ccc3b8fcea032e224867c6805.tar.xz
sync to x264 r240 (threads)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15591 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 26e4c5e852..14ab079aa4 100755
--- a/configure
+++ b/configure
@@ -6099,7 +6099,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 27
+#if X264_BUILD < 28
#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; }