summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-17 20:29:24 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-17 20:29:24 +0100
commit21e682c5eb1e0957e8fdae155028be65532ed96e (patch)
treed2bb74b6f3a63100ccded7ae37f37c10c9470d95 /wscript
parentc7c8c894df8c2bb98aeed84011dd28da94afa392 (diff)
Use libdcp.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index f10f225a2..e6ff18d93 100644
--- a/wscript
+++ b/wscript
@@ -31,6 +31,7 @@ def configure(conf):
conf.check_cfg(package = 'libswresample', args = '--cflags --libs', uselib_store = 'SWRESAMPLE', mandatory = True)
conf.check_cfg(package = 'libpostproc', args = '--cflags --libs', uselib_store = 'POSTPROC', mandatory = True)
conf.check_cfg(package = 'sndfile', args = '--cflags --libs', uselib_store = 'SNDFILE', mandatory = True)
+ conf.check_cfg(package = 'libdcp', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True)
conf.check_cfg(package = '', path = 'Magick++-config', args = '--cppflags --cxxflags --libs', uselib_store = 'MAGICK', mandatory = True)
conf.check_cc(msg = 'Checking for library libtiff', function_name = 'TIFFOpen', header_name = 'tiffio.h', lib = 'tiff', uselib_store = 'TIFF')
conf.check_cc(fragment = """