GUI options to select FLAC as media format
[ardour.git] / gtk2_ardour / utils_videotl.h
index 08ab429e4cd4b178928194cc84598c11737890cb..c575bfcbad27fa9229611a26c00153c3d9df8e22 100644 (file)
@@ -17,7 +17,6 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
-#ifdef WITH_VIDEOTIMELINE
 /** @file utils_videotl.h
  *  @brief common functions used for video-file im/export
  */
 #define __gtk_ardour_video_utils_h__
 
 #include <string>
-#include <gtkmm.h>
 
 #include "ardour/rc_configuration.h"
 #include "ardour/types.h"
 #include "ardour/template_utils.h"
 #include "ardour_dialog.h"
 
-bool confirm_video_outfn (std::string, std::string docroot="");
+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);
 std::string strip_file_extension (const std::string infile);
@@ -53,7 +55,6 @@ bool video_query_info (
                double &video_start_offset,
                double &video_aspect_ratio
                );
+};
 
 #endif /* __gtk_ardour_video_utils_h__ */
-
-#endif /* WITH_VIDEOTIMELINE */