wscript: lower libswresample required to >= 1.2.0
authorPaul Brossier <piem@piem.org>
Sat, 8 Apr 2017 10:09:55 +0000 (12:09 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 8 Apr 2017 10:09:55 +0000 (12:09 +0200)
wscript

diff --git a/wscript b/wscript
index a8529e1..6363f1e 100644 (file)
--- 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: