summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-07 00:01:27 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-07 00:01:27 +0000
commitbbb40798ca846edc18a26d396cc9b066c085b8fd (patch)
tree8eec57377aacb7512bbc8a40a22999705c58331c /wscript
parent8df09c2ea6db672a6a0efecd62af5b8d9cc19dcf (diff)
parent7fd57a4523af7f59037d03f78aee727987932094 (diff)
Merge branch 'direct-mxf' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic into direct-mxf
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript b/wscript
index 62f6d78a5..78b5490d9 100644
--- a/wscript
+++ b/wscript
@@ -89,7 +89,8 @@ def configure(conf):
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)
- conf.check_cfg(package = 'liblzma', args = '--cflags --libs', uselib_store = 'LZMA', mandatory = True)
+ if conf.options.target_windows is False:
+ conf.check_cfg(package = 'liblzma', args = '--cflags --libs', uselib_store = 'LZMA', mandatory = True)
conf.check_cfg(package = '', path = 'Magick++-config', args = '--cppflags --cxxflags --libs', uselib_store = 'MAGICK', mandatory = True)
if conf.options.static: