diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-11 17:26:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-11 17:26:08 +0100 |
| commit | 6ff93316d9e89fd649b9fabac258318ed8470007 (patch) | |
| tree | 8808d05e3c8b00ad0b944cf7b06fff472565f092 /wscript | |
| parent | b655bd3359e9a014da68cd9f61e2a5b1d233247d (diff) | |
Typo that has somehow crept in.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
