diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-13 01:04:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-13 01:11:42 +0100 |
| commit | 94d5ba335224db075a95a76654f732ef54a4eabd (patch) | |
| tree | d7937d18579769be088424fdc6d1fa79c5d0a5c1 /src/lib/wscript | |
| parent | 53d472f6e4531586fb91e649c386fdfaecb6ecaf (diff) | |
Add video_{range,frame_type}.{cc,h} and remove some types.h includes.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index f3e16fad8..cdf864cfc 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -200,9 +200,11 @@ sources = """ video_decoder.cc video_filter_graph.cc video_filter_graph_set.cc + video_frame_type.cc video_mxf_content.cc video_mxf_decoder.cc video_mxf_examiner.cc + video_range.cc video_ring_buffers.cc writer.cc zipper.cc |
