summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-20 02:21:26 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-20 02:21:26 +0000
commit9b1bd1ae0f768a345ac4ba97237e3547af808205 (patch)
tree54017a3296240f1916117fc7cd57890c9014861a /configure
parent1892ec16622d3b4449cd20faa9368a9cb4d8b458 (diff)
downloadmpv-9b1bd1ae0f768a345ac4ba97237e3547af808205.tar.bz2
mpv-9b1bd1ae0f768a345ac4ba97237e3547af808205.tar.xz
x264: expose option "level_idc".
patch by Jeff Clagg <snacky at ikaruga dot co dot uk>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14739 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 d90aec7fdf..3c6b3f9036 100755
--- a/configure
+++ b/configure
@@ -5906,7 +5906,7 @@ cat > $TMPC << EOF
#include <stdint.h>
#include <stdarg.h>
#include <x264.h>
-#if X264_BUILD < 0x0010
+#if X264_BUILD < 0x0011
#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; }