From 490e263529a5e49e8a7b6d9c6c21a1312f3ac1a4 Mon Sep 17 00:00:00 2001 From: Christoph Heinrich Date: Sat, 16 Jul 2022 03:17:41 +0200 Subject: af_rubberband: add new engine option in rubberband 3.0.0 --- wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 283f9b3ac5..40db44cb95 100644 --- a/wscript +++ b/wscript @@ -395,6 +395,10 @@ iconv support use --disable-iconv.", 'name': 'jpegxl', 'desc': 'JPEG XL support via libavcodec', 'func': check_pkg_config('libavcodec >= 59.27.100'), + }, { + 'name': 'rubberband-3', + 'desc': 'new engine support for librubberband', + 'func': check_pkg_config('rubberband >= 3.0.0'), } ] -- cgit v1.2.3