summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-11 22:27:34 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-18 00:35:01 +0100
commit214c3093f7e985cde610457fae9e1f97068efde5 (patch)
tree7f8d919ec8e6b6bf6dafdbe141e1c34e65914d16 /src/wscript
parentb94821d7953dae7d9e58f703e66dca59e9086216 (diff)
Be explicit about the version of SMPTE 428-7 that is used for subtitles,v1.8.602389-vpos
and default to writing the 2014 namespace.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index 39e3351d..d16e15fc 100644
--- a/src/wscript
+++ b/src/wscript
@@ -113,6 +113,7 @@ def build(bld):
subtitle_asset.cc
subtitle_asset_internal.cc
subtitle_image.cc
+ subtitle_standard.cc
subtitle_string.cc
transfer_function.cc
types.cc
@@ -213,6 +214,7 @@ def build(bld):
subtitle.h
subtitle_asset.h
subtitle_image.h
+ subtitle_standard.h
subtitle_string.h
transfer_function.h
types.h