summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-24 11:43:31 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-24 11:43:31 +0100
commit782eae5d6c49d176660440b05d30210f21b6a926 (patch)
treed861e95e862eff501b069181847718fc0e7008b7 /wscript
parent59043fa86b3a70f9e6b205cdeeec9b47678fafef (diff)
Try to fix ffprobing.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index bc12a0809..8088f4532 100644
--- a/wscript
+++ b/wscript
@@ -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: