summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-11 17:26:08 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-11 17:26:08 +0100
commit6ff93316d9e89fd649b9fabac258318ed8470007 (patch)
tree8808d05e3c8b00ad0b944cf7b06fff472565f092 /wscript
parentb655bd3359e9a014da68cd9f61e2a5b1d233247d (diff)
Typo that has somehow crept in.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0aef794ae..e89fa9a53 100644
--- a/wscript
+++ b/wscript
@@ -105,7 +105,7 @@ def configure(conf):
conf.env.HAVE_POSTPROC = 1
conf.env.STLIB_POSTPROC = ['postproc']
conf.env.HAVE_SWRESAMPLE = 1
- conv.env.STLIB_SWRESAMPLE = ['swresample']
+ conf.env.STLIB_SWRESAMPLE = ['swresample']
conf.check_cfg(package = 'sndfile', args = '--cflags --libs', uselib_store = 'SNDFILE', mandatory = True)
conf.check_cfg(package = 'glib-2.0', args = '--cflags --libs', uselib_store = 'GLIB', mandatory = True)