diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-25 13:29:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-25 13:29:13 +0100 |
| commit | 4ee6786d1c3db04dcc77e511121e5d62d0d595b5 (patch) | |
| tree | 95ac9aa9af77caccffac5b7fcf63cb1a672ca77a /src/lib/wscript | |
| parent | d22243e8cd54c1c5de6c670445395907007428ea (diff) | |
Add VideoMXFContent (part of #803).
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 6a9f5106c..727a398af 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -136,6 +136,9 @@ sources = """ video_content_scale.cc video_decoder.cc video_filter_graph.cc + video_mxf_content.cc + video_mxf_decoder.cc + video_mxf_examiner.cc writer.cc """ |
