summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-14 21:58:47 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-14 21:58:47 +0000
commit967dc3f4461d4b8caf809ebce7bdcb6e818809f0 (patch)
treec599bad3a8a3797ccdc3d25963059a668baa6649 /wscript
parent05c37b9bb09f7bfa4c2ec8ea6b3fa4a83d0fec20 (diff)
Use ImageMagick for tiff decoding too.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index d6cfd45c6..3b43f3aec 100644
--- a/wscript
+++ b/wscript
@@ -63,7 +63,6 @@ def configure(conf):
conf.check_cfg(package = 'libdcp', atleast_version = '0.24', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True)
conf.check_cfg(package = 'glib-2.0', args = '--cflags --libs', uselib_store = 'GLIB', 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 = """
#include <stdio.h>\n
#include <openjpeg.h>\n