diff options
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 |
