diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-24 11:43:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-24 11:43:31 +0100 |
| commit | 782eae5d6c49d176660440b05d30210f21b6a926 (patch) | |
| tree | d861e95e862eff501b069181847718fc0e7008b7 /wscript | |
| parent | 59043fa86b3a70f9e6b205cdeeec9b47678fafef (diff) | |
Try to fix ffprobing.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ def configure(conf): conf.check(lib = 'bfd', uselib_store = 'BFD', msg = "Checking for library bfd") conf.check(lib = 'dbghelp', uselib_store = 'DBGHELP', msg = "Checking for library dbghelp") conf.check(lib = 'iberty', uselib_store = 'IBERTY', msg = "Checking for library iberty") + conf.check(lib = 'shlwapi', uselib_store = 'SHLWAPI', msg = "Checking for library shlwapi") boost_lib_suffix = '-mt' boost_thread = 'boost_thread_win32-mt' else: |
