summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorChristoph Heinrich <christoph.heinrich@student.tugraz.at>2022-07-16 03:17:41 +0200
committerDudemanguy <random342@airmail.cc>2022-08-03 15:29:02 +0000
commit490e263529a5e49e8a7b6d9c6c21a1312f3ac1a4 (patch)
tree6bc0085aa9d61bc3e6e808afa47108833b76d35b /wscript
parentae768a1e141eb88243e46757d41ca0cada9502b4 (diff)
downloadmpv-490e263529a5e49e8a7b6d9c6c21a1312f3ac1a4.tar.bz2
mpv-490e263529a5e49e8a7b6d9c6c21a1312f3ac1a4.tar.xz
af_rubberband: add new engine option in rubberband 3.0.0
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
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'),
}
]