Various build fixes.
[dcpomatic.git] / src / lib / poznan_encoder.h
index 2184e49ff3d3728a04db181acebb8e1f773a4523..6cdc5f0740ed85eb22c40dbb43b9c683d99d85ff 100644 (file)
@@ -18,8 +18,8 @@
 */
 
 #include "jpeg2000_encoder.h"
-#include <poznan/config/parameters.h>
-#include <poznan/types/image_types.h>
+#include <poznan-jpeg2k-cth/config/parameters.h>
+#include <poznan-jpeg2k-cth/types/image_types.h>
 #include <string>
 
 class PoznanEncoder : public JPEG2000Encoder
@@ -35,7 +35,7 @@ public:
 
 protected:
 
-       Data do_encode (
+       dcp::Data do_encode (
                boost::shared_ptr<const dcp::OpenJPEGImage> input
                );
 
@@ -58,4 +58,5 @@ private:
        void (*_cuda_h_allocate_mem) (void **, uint64_t);
        void (*_cuda_memcpy_htd) (void *, void *, uint64_t);
        void (*_cuda_h_free) (void *);
+       void (*_check_cuda_error) (char const *);
 };