diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-19 19:31:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-19 19:31:04 +0000 |
| commit | a4c6be44273c2a4599199c6da02ec7d0036d3de1 (patch) | |
| tree | bc6c300a21f5410e8e759742ed060d3ece595832 /src/tools/wscript | |
| parent | 318952d76cfc5b21f43180f8b94d5cff63e98a59 (diff) | |
Fix servomatictest build.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 5a837f845..c843c61d8 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -1,5 +1,5 @@ def build(bld): - for t in ['makedcp', 'servomatic_cli']: + for t in ['makedcp', 'servomatic_cli', 'servomatictest']: obj = bld(features = 'cxx cxxprogram') obj.uselib = 'BOOST_THREAD OPENJPEG DCP AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC' obj.includes = ['..'] |
