diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-29 10:21:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-29 10:37:36 +0100 |
| commit | cfce3d57883e8d6ceeb869fd208230fbfbbd98d9 (patch) | |
| tree | ca0b3e332f0ca19016c0c2fb5f0965440fe6ae9f /examples | |
| parent | 3cab293bf022c87ad3775aec2eb5a7d6e997295d (diff) | |
Fix comment in example code.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/read_dcp.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/read_dcp.cc b/examples/read_dcp.cc index 565e6e4e..e5f28df1 100644 --- a/examples/read_dcp.cc +++ b/examples/read_dcp.cc @@ -18,8 +18,8 @@ */ /* If you are using an installed libdcp, these #includes would need to be changed to -#include <libdcp/dcp.h> -#include <libdcp/picture_mxf.h> +#include <dcp/dcp.h> +#include <dcp/picture_mxf.h> ... etc. ... */ |
