shithub: aubio

Download patch

ref: 65b538176e991be3c2e549ccf68af0ef3afbe442
parent: 2111793ec1b8ebbac6367d17ee7a3865b062dbef
author: Paul Brossier <piem@piem.org>
date: Sat Apr 8 08:09:55 EDT 2017

wscript: lower libswresample required to >= 1.2.0

--- a/wscript
+++ b/wscript
@@ -319,7 +319,7 @@
                 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: