mp4chaps Lua script: don't clutter global environment
[ardour.git] / gtk2_ardour / utils_videotl.h
index 40425fc5e8e6c25e659a337157b7edb2cf2c09ac..c575bfcbad27fa9229611a26c00153c3d9df8e22 100644 (file)
@@ -25,7 +25,6 @@
 #define __gtk_ardour_video_utils_h__
 
 #include <string>
-#include <gtkmm.h>
 
 #include "ardour/rc_configuration.h"
 #include "ardour/types.h"
@@ -34,6 +33,8 @@
 
 namespace VideoUtils {
 
+extern unsigned int harvid_version;
+
 bool confirm_video_outfn (Gtk::Window& parent, std::string, std::string docroot="");
 std::string video_dest_dir (const std::string, const std::string);
 std::string video_dest_file (const std::string, const std::string);