diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-11 00:12:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-11 23:45:52 +0200 |
| commit | 9a8faacd1b81f5e61512c69e99d0b8456478197e (patch) | |
| tree | 2ab1b21e2b396e4a2f3254ff0f805acedaba0150 /src/wscript | |
| parent | 1b6f847eddca54ed223b22858c19c987aa61c2df (diff) | |
Allow creation of ATMOS sync on channel 14.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 85543d9d..8dd856c6 100644 --- a/src/wscript +++ b/src/wscript @@ -39,6 +39,7 @@ def build(bld): asset_writer.cc atmos_asset.cc atmos_asset_writer.cc + bitstream.cc certificate_chain.cc certificate.cc chromaticity.cc @@ -53,6 +54,7 @@ def build(bld): exceptions.cc file.cc font_asset.cc + fsk.cc gamma_transfer_function.cc identity_transfer_function.cc interop_load_font_node.cc @@ -132,6 +134,7 @@ def build(bld): exceptions.h font_asset.h frame.h + fsk.h gamma_transfer_function.h identity_transfer_function.h interop_load_font_node.h |
