summaryrefslogtreecommitdiff
path: root/src/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-20 00:55:50 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-20 00:55:50 +0000
commitf832ef7f9e6fea43211bcfc28b10bb5b4681703d (patch)
tree64baad756f270b010f555ba45024502c0bdf17b1 /src/tools/wscript
parent4579bd65a4ce8f50c5facc441542dac8c71c1f87 (diff)
Remove old fixlengths program.
Diffstat (limited to 'src/tools/wscript')
-rw-r--r--src/tools/wscript2
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 = ['..']