summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-10-19 23:54:36 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-10-19 23:54:36 +0300
commit4a35807e7272ee61882e597003a512e07f004f27 (patch)
treef609371616a2cbd398f83d9da444033cf4d511ad /configure
parent786df56047e5d0f7a867e53fbd8195fb03b819f5 (diff)
downloadmpv-4a35807e7272ee61882e597003a512e07f004f27.tar.bz2
mpv-4a35807e7272ee61882e597003a512e07f004f27.tar.xz
build: Support x264 version 78
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 53d39c3852..15b0b63654 100755
--- a/configure
+++ b/configure
@@ -6986,7 +6986,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 76
+#if X264_BUILD < 78
#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; }