diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-20 00:55:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-20 00:55:50 +0000 |
| commit | f832ef7f9e6fea43211bcfc28b10bb5b4681703d (patch) | |
| tree | 64baad756f270b010f555ba45024502c0bdf17b1 /src/tools/wscript | |
| parent | 4579bd65a4ce8f50c5facc441542dac8c71c1f87 (diff) | |
Remove old fixlengths program.
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 58dfa9544..af07abdcd 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -1,5 +1,5 @@ def build(bld): - for t in ['makedcp', 'fixlengths', 'servomatic_cli']: + for t in ['makedcp', 'servomatic_cli']: obj = bld(features = 'cxx cxxprogram') obj.uselib = 'BOOST_THREAD OPENJPEG DCP AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC' obj.includes = ['..'] |
