summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-18 01:28:56 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-18 01:28:56 +0000
commite08fe8174f924db916a738cf440352855f85b511 (patch)
treefac79b9230145f0d662e6e69db23de459bdc7148 /configure
parenteb05b22b019c32121dc624c3ecd23b9b1a74749e (diff)
downloadmpv-e08fe8174f924db916a738cf440352855f85b511.tar.bz2
mpv-e08fe8174f924db916a738cf440352855f85b511.tar.xz
sync to x264 r537 (api change)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19130 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 1d0e28289a..fd684923df 100755
--- a/configure
+++ b/configure
@@ -6521,7 +6521,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 46
+#if X264_BUILD < 48
#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; }