summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-20 09:14:54 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-20 09:14:54 +0000
commitc462186142cdf5b0a9ccbde71d5d5b0eafa4fcae (patch)
treecb1ea3ae31b52a30beb2d92332cd41622c54f304 /configure
parent9ec5f2f565cf1182365d7c781e8b03dbe12617e3 (diff)
downloadmpv-c462186142cdf5b0a9ccbde71d5d5b0eafa4fcae.tar.bz2
mpv-c462186142cdf5b0a9ccbde71d5d5b0eafa4fcae.tar.xz
Tell x264 that we aren't going to give it timestamps.
Fixes some warnings starting in x264-r1480. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31049 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 da9edf35c3..593cab287f 100755
--- a/configure
+++ b/configure
@@ -7484,7 +7484,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 83
+#if X264_BUILD < 89
#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; }