From: Carl Hetherington Date: Thu, 11 Jul 2013 16:26:08 +0000 (+0100) Subject: Typo that has somehow crept in. X-Git-Tag: v2.0.48~1337^2~273 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=6ff93316d9e89fd649b9fabac258318ed8470007;p=dcpomatic.git Typo that has somehow crept in. --- 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)