From 65b538176e991be3c2e549ccf68af0ef3afbe442 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 8 Apr 2017 12:09:55 +0200 Subject: [PATCH] wscript: lower libswresample required to >= 1.2.0 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index a8529e10..6363f1e5 100644 --- a/wscript +++ b/wscript @@ -319,7 +319,7 @@ def configure(ctx): uselib_store = 'AVUTIL', mandatory = ctx.options.enable_avcodec) ctx.check_cfg(package = 'libswresample', - args = '--cflags --libs libswresample >= 2.3.0', + args = '--cflags --libs libswresample >= 1.2.0', uselib_store = 'SWRESAMPLE', mandatory = False) if 'HAVE_SWRESAMPLE' not in ctx.env: -- 2.11.0