diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-15 22:52:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-15 22:52:00 +0100 |
| commit | 753912e0f4a70343b693b1b5aefff101edd28874 (patch) | |
| tree | d9acfb4141eee2829433aa160ccee6b64472925f /wscript | |
| parent | 851e9d3690f482948366d8b720b7dbee2d7eaa68 (diff) | |
Add support for obtaining a frame as RGBA.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,6 @@ import subprocess import os +import lut APPNAME = 'libdcp' VERSION = '0.09pre' @@ -51,6 +52,8 @@ def configure(conf): lib = ['boost_filesystem%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix], uselib_store = 'BOOST_FILESYSTEM') + lut.make_luts() + conf.recurse('test') conf.recurse('asdcplib') |
