diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-22 19:42:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-22 19:42:39 +0000 |
| commit | 1c724e363a644abaee7efb39d6091e7b30de0fb6 (patch) | |
| tree | 413e28533849835f8496c8c972bd26e1d27aefbe /examples | |
| parent | 1e9f115b7cda68ccba99f58d194a2c0eb83e7e23 (diff) | |
Various work.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make_dcp.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index 90487763..8f6897b8 100644 --- a/examples/make_dcp.cc +++ b/examples/make_dcp.cc @@ -33,8 +33,9 @@ #include "dcp.h" #include "cpl.h" -#include "mono_picture_asset.h" -#include "sound_asset.h" +#include "mono_picture_mxf.h" +#include "mono_picture_mxf_writer.h" +#include "sound_mxf.h" #include "reel.h" int |
