diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-14 21:58:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-14 21:58:47 +0000 |
| commit | 967dc3f4461d4b8caf809ebce7bdcb6e818809f0 (patch) | |
| tree | c599bad3a8a3797ccdc3d25963059a668baa6649 /wscript | |
| parent | 05c37b9bb09f7bfa4c2ec8ea6b3fa4a83d0fec20 (diff) | |
Use ImageMagick for tiff decoding too.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
