mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
Fix librubberband API detection #9948
This commit is contained in:
parent
238728ffc1
commit
ee8a2fc970
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -1182,7 +1182,7 @@ def configure(conf):
|
|||
define_name= 'HAVE_RUBBERBAND_3_0_0',
|
||||
fragment = '''
|
||||
#include <rubberband/RubberBandStretcher.h>
|
||||
#if RUBBERBAND_API_MAJOR_VERSION >= 2 && RUBBERBAND_API_MINOR_VERSION >= 7
|
||||
#if (RUBBERBAND_API_MAJOR_VERSION >= 2 && RUBBERBAND_API_MINOR_VERSION >= 7) || RUBBERBAND_API_MAJOR_VERSION >= 3
|
||||
int main () { return 0; }
|
||||
#else
|
||||
#error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue