Basic release notes support (#2282).
[dcpomatic.git] / src / wx / export_video_file_dialog.h
index 0c93965ad6f15b84db51f52f13ebd6145ca3b076..0b60166c4f1b14dfd462018ca612f4de2042044b 100644 (file)
 
 #include "table_dialog.h"
 #include "lib/ffmpeg_encoder.h"
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 
 
@@ -45,6 +45,10 @@ public:
 
 private:
        void format_changed ();
+       void mixdown_changed ();
+       void split_reels_changed ();
+       void split_streams_changed ();
+       void x264_crf_changed ();
        void file_changed ();
 
        std::string _initial_name;