Non-working FFmpeg context cache.
[dcpomatic.git] / src / lib / encrypted_ecinema_kdm.cc
index faea034249a5d8c9294737aad8f408182376db4f..c93a7935e3dc76ddf26c1e432c5490ffe8ad886d 100644 (file)
@@ -110,4 +110,11 @@ EncryptedECinemaKDM::as_xml (boost::filesystem::path path) const
        fclose (f);
 }
 
+bool
+operator== (EncryptedECinemaKDM const & a, EncryptedECinemaKDM const & b)
+{
+       return (a.id() == b.id() && a.name() == b.name() && a.data() == b.data());
+}
+
 #endif
+