diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-28 13:15:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-28 13:15:37 +0000 |
| commit | 8ccf9e982971a8eca1027ad5c04d837b6ad068dc (patch) | |
| tree | f1f4785df95a266a7d1a511729e379913096f57a /wscript | |
| parent | 257b936e9ed24043cfc1ed6e7e762858250bc388 (diff) | |
Add compress_j2k method and simple benchmark.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ def create_version_cc(bld, version): debug_string = 'true' else: debug_string = 'false' - text += 'bool const built_with_debug = %s;\n' % debug_string + text += 'bool const dcp::built_with_debug = %s;\n' % debug_string print('Writing version information to src/version.cc') o = open('src/version.cc', 'w') o.write(text) |
