Use plain git hash for VERSION when there is no exact tag.
[dcpomatic.git] / src / lib / j2k_encoder.h
index ce362f3862871db7d00d4bb557c36b7054bb2c6d..63228a6b8fac8cb7635de681bbabf4d5b14b46d2 100644 (file)
@@ -32,7 +32,6 @@
 #include "enum_indexed_vector.h"
 #include "event_history.h"
 #include "exception_store.h"
-#include "util.h"
 #include "writer.h"
 #include <boost/optional.hpp>
 #include <boost/signals2.hpp>
@@ -56,7 +55,7 @@ class PlayerVideo;
  *  This class keeps a queue of frames to be encoded and distributes
  *  the work around threads and encoding servers.
  */
-class J2KEncoder : public ExceptionStore, public std::enable_shared_from_this<J2KEncoder>
+class J2KEncoder : public ExceptionStore
 {
 public:
        J2KEncoder(std::shared_ptr<const Film> film, Writer& writer);