Fix comment in example code.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 May 2015 09:21:50 +0000 (10:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 May 2015 09:37:36 +0000 (10:37 +0100)
examples/read_dcp.cc

index 565e6e4e615fa631e13e7e040e8dbb2c74b42162..e5f28df16b817f79b06070c7166171c54bee8052 100644 (file)
@@ -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. ...
 */