summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-11-24 08:45:04 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-11-24 08:45:10 -0500
commit6d08797297f355e32830bf2fdae9bd597d00c1ec (patch)
tree9e81ca46488992c68f46b19860dd88620ad4b2be /wscript
parent51f58eb977e4b268ef017019d19ab15ecefa5d24 (diff)
update configure time tests and code to use libsndfile 1.0.26's version of the R64 auto-downgrade-to-WAV code
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9ef5ab7e36..ecd3d74523 100644
--- a/wscript
+++ b/wscript
@@ -911,7 +911,7 @@ def configure(conf):
have_rf64_riff_support = conf.check_cc(fragment = '''
#include <sndfile.h>
-int main () { int x = SFC_AUTO_DOWNGRADE_RF64; return 0; }
+int main () { int x = SFC_RF64_AUTO_DOWNGRADE; return 0; }
''',
features = 'c',
mandatory = False,