diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-19 17:44:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-22 01:42:22 +0200 |
| commit | cca70e0824e6883f50838578897792476953ea24 (patch) | |
| tree | ab7c32822e94fe08d1bf03d6878c66cc95070720 /src/wscript | |
| parent | 066471f69400fc72e9c126ab36f5427329f30220 (diff) | |
Support MPEG2 compression.v1.9.6
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 47b716cf..1793aa72 100644 --- a/src/wscript +++ b/src/wscript @@ -58,6 +58,7 @@ def build(bld): exceptions.cc file.cc filesystem.cc + ffmpeg_image.cc font_asset.cc fsk.cc gamma_transfer_function.cc @@ -78,8 +79,10 @@ def build(bld): mono_j2k_picture_asset_writer.cc mono_j2k_picture_frame.cc mono_mpeg2_picture_asset.cc + mono_mpeg2_picture_asset_writer.cc mono_mpeg2_picture_frame.cc mpeg2_picture_asset.cc + mpeg2_picture_asset_writer.cc mpeg2_transcode.cc mxf.cc name_format.cc @@ -185,6 +188,7 @@ def build(bld): local_time.h locale_convert.h metadata.h + mpeg2_picture_asset_writer.h modified_gamma_transfer_function.h mono_j2k_picture_asset.h mono_j2k_picture_asset_reader.h @@ -192,6 +196,7 @@ def build(bld): mono_j2k_picture_frame.h mono_mpeg2_picture_asset.h mono_mpeg2_picture_asset_reader.h + mono_mpeg2_picture_asset_writer.h mono_mpeg2_picture_frame.h mpeg2_picture_asset.h mpeg2_transcode.h |
