macOS / new boost build fixes.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index 1c23d59027c0359f5bb670ad52db2a407e574305..19674d249f94f1bb29ccdaa834bece14398d26a8 100644 (file)
@@ -53,6 +53,8 @@ public:
 #endif
                );
 
+       ~FFmpegFileEncoder ();
+
        void video (boost::shared_ptr<PlayerVideo>, dcpomatic::DCPTime);
        void audio (boost::shared_ptr<AudioBuffers>);
        void subtitle (PlayerText, dcpomatic::DCPTimePeriod);