diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-03 22:28:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-03 22:28:09 +0200 |
| commit | 4ead1f24f97edde9b6a77e47947cb188a551b49b (patch) | |
| tree | 8cf096450678065ccf4dee1e961c398f4fa15b8a /src/lib/wscript | |
| parent | cc09cc4b12d199d490217d7b60ed0af69afb90de (diff) | |
Add Zipper class and use it in CinemaKDMs.
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 1eac718e3..ea52079d0 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -183,6 +183,7 @@ sources = """ video_mxf_examiner.cc video_ring_buffers.cc writer.cc + zipper.cc """ def build(bld): |
