diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-19 17:10:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-21 23:18:23 +0200 |
| commit | fa15dc1a375e13d2047a857e5aef202179eec0d4 (patch) | |
| tree | 539f11d44100a2a3b8bb5105ded51d51cd8f959b /src/lib/wscript | |
| parent | 1fc8c0c6d045404732497ba70bd2eccfbe4cc6f6 (diff) | |
Extract VideoEncoder as a parent of J2KEncoder.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 5e49b1fbf..152d3abaf 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -210,6 +210,7 @@ sources = """ verify_dcp_job.cc video_content.cc video_decoder.cc + video_encoder.cc video_filter_graph.cc video_filter_graph_set.cc video_frame_type.cc |
