From 214c3093f7e985cde610457fae9e1f97068efde5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 11 Dec 2022 22:27:34 +0100 Subject: Be explicit about the version of SMPTE 428-7 that is used for subtitles, and default to writing the 2014 namespace. --- src/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wscript') 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 -- cgit v1.2.3