diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-13 11:22:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-13 11:22:16 +0100 |
| commit | 842664b841683949bc7c6a84b4adde812d6e150e (patch) | |
| tree | b0ef877b04838c21bfb3ae2f08ab8467a4c184bc /wscript | |
| parent | c719feb3cc4a5627827f8576a9b34756f701d59d (diff) | |
Try to fix missed static library.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ def configure(conf): conf.env.STLIB_SWSCALE = ['swscale'] conf.env.STLIB_POSTPROC = ['postproc'] conf.env.STLIB_SWRESAMPLE = ['swresample'] + conf.env.STLIB_OPENJPEG = ['openjpeg'] # Dependencies which are always dynamically linked conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE', mandatory=True) |
