Bump libdcp for better ContentKind support, and libsub
[dcpomatic.git] / src / lib / spl_entry.h
index b2977c8aa2d2b7ca6deea67c49ac97ba9825aaaf..6fa3dd32cacc22887f6d71419735ee832f838c4d 100644 (file)
@@ -24,7 +24,7 @@
 
 
 #include <libcxml/cxml.h>
-#include <dcp/types.h>
+#include <dcp/content_kind.h>
 
 
 namespace xmlpp {
@@ -47,7 +47,7 @@ public:
        std::string digest;
        /** CPL ID */
        std::string id;
-       dcp::ContentKind kind;
+       boost::optional<dcp::ContentKind> kind;
        bool encrypted;
 
 private: