Typo that has somehow crept in.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 16:26:08 +0000 (17:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 16:26:08 +0000 (17:26 +0100)
wscript

diff --git a/wscript b/wscript
index 0aef794ae5478d564479d0a6c8fb55e3bcfc106c..e89fa9a53f981fa70281162d25e4ba8bd6fd919c 100644 (file)
--- 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)