diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-08 10:24:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-14 11:18:18 +0100 |
| commit | 63b0d6b180a41547aee9028d200992f53c5a043f (patch) | |
| tree | f7f7d4458db79e2f916548c37d6424e395ef481f /src/lib/wscript | |
| parent | e65d31fbccad80c80f743516ecdd8269826d2114 (diff) | |
Basic stuff to count successful DCP encodes.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 68e44ccd0..069477de9 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -23,6 +23,7 @@ import i18n sources = """ active_text.cc analyse_audio_job.cc + analytics.cc atmos_mxf_content.cc audio_analysis.cc audio_buffers.cc @@ -134,6 +135,7 @@ sources = """ send_problem_report_job.cc server.cc shuffler.cc + state.cc string_log_entry.cc string_text_file.cc string_text_file_content.cc |
