projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9cca9c
)
wscript: loosen rubberband version
author
Paul Brossier
<piem@piem.org>
Sat, 17 Sep 2016 01:20:57 +0000
(
03:20
+0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 17 Sep 2016 01:20:57 +0000
(
03:20
+0200)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
d0352ed
..
351bf0d
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-264,7
+264,7
@@
def configure(ctx):
# check for librubberband
if (ctx.options.enable_rubberband != False):
- ctx.check_cfg(package = 'rubberband', atleast_version = '1.
8.1
',
+ ctx.check_cfg(package = 'rubberband', atleast_version = '1.
3
',
args = '--cflags --libs',
mandatory = ctx.options.enable_rubberband)