From 753912e0f4a70343b693b1b5aefff101edd28874 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 15 Aug 2012 22:52:00 +0100 Subject: Add support for obtaining a frame as RGBA. --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 4308252e..da334e8e 100644 --- a/wscript +++ b/wscript @@ -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') -- cgit v1.2.3