diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make_dcp.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index 2cf0a269..6aa4268b 100644 --- a/examples/make_dcp.cc +++ b/examples/make_dcp.cc @@ -27,13 +27,13 @@ /* If you are using an installed libdcp, these #includes would need to be changed to #include <libdcp/dcp.h> #include <libdcp/cpl.h> -#include <libdcp/picture_asset.h> +#include <libdcp/mono_picture_asset.h> ... etc. ... */ #include "dcp.h" #include "cpl.h" -#include "picture_asset.h" +#include "mono_picture_asset.h" #include "sound_asset.h" #include "reel.h" |
