summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-29 19:17:24 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-29 19:17:24 +0100
commit91563c058a8d2207437a482d4cc63c5a166a26f4 (patch)
tree599a0bc2d337dc7d06912163571fd0abdcc29cd6 /examples
parentd8cf96d56de7b5a72471762ab5f1e35e816f6252 (diff)
parent5e4c87ae58f1ed73b9ef19cd75210963599fa546 (diff)
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Diffstat (limited to 'examples')
-rw-r--r--examples/read_dcp.cc4
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. ...
*/