diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-13 16:46:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-13 16:46:50 +0000 |
| commit | 45625f3116a09d3c8415a54bf8d19fdbb3a3aa9b (patch) | |
| tree | 3619eb2ba2d9e754f9122b367f4eeffe56239bf9 /wscript | |
| parent | 6e5411a943ef9b3f23cfb8dd9dcc1a756b55bfbe (diff) | |
Compute LUTs at run-time.dynamic-lut
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,5 @@ import subprocess import os -import lut APPNAME = 'libdcp' VERSION = '0.40pre' @@ -83,8 +82,6 @@ def configure(conf): msg = 'Checking for boost signals2 library', uselib_store = 'BOOST_SIGNALS2') - lut.make_luts() - conf.recurse('test') conf.recurse('asdcplib') |
