summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/zita-resampler/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/zita-resampler/wscript b/libs/zita-resampler/wscript
index 0f52d5708d..50327f773d 100644
--- a/libs/zita-resampler/wscript
+++ b/libs/zita-resampler/wscript
@@ -37,7 +37,7 @@ def options(opt):
def configure(conf):
if conf.is_defined('USE_EXTERNAL_LIBS'):
- autowaf.check_pkg(conf, 'zita-reampler', uselib_store='LIBZRESAMPLER', atleast_version=ZRESAMPLER_LIB_VERSION, mandatory=True)
+ autowaf.check_pkg(conf, 'zita-resampler', uselib_store='LIBZRESAMPLER', atleast_version=ZRESAMPLER_LIB_VERSION, mandatory=True)
else:
conf.load ('compiler_cxx')
autowaf.configure(conf)