summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-04 13:11:01 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-04 13:11:01 +0000
commit8f11e599c4d9dd210e01401e27a858319671d850 (patch)
tree5a789b27377514e73e5c0ca4321c514180cda906 /configure
parentad602d546237e85e89d80bcf920368be3a4229e7 (diff)
downloadmpv-8f11e599c4d9dd210e01401e27a858319671d850.tar.bz2
mpv-8f11e599c4d9dd210e01401e27a858319671d850.tar.xz
sync to x264 r150: new option 'b_pyramid'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14917 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 40fa86efdb..86350ea421 100755
--- a/configure
+++ b/configure
@@ -5920,7 +5920,7 @@ cat > $TMPC << EOF
#include <stdint.h>
#include <stdarg.h>
#include <x264.h>
-#if X264_BUILD < 0x0013
+#if X264_BUILD < 0x0014
#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; }