AU: install latency listener
[ardour.git] / gtk2_ardour / utils_videotl.h
index 89daadc40e380cb07b741b41866562a594996a73..a7d0908a34a32b50017950aec643b1583741353a 100644 (file)
@@ -32,7 +32,9 @@
 #include "ardour/template_utils.h"
 #include "ardour_dialog.h"
 
-bool confirm_video_outfn (std::string, std::string docroot="");
+namespace VideoUtils {
+
+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);
@@ -52,9 +54,10 @@ bool video_query_info (
                double &video_start_offset,
                double &video_aspect_ratio
                );
+};
 
 extern "C" {
-       char *curl_http_get (const char *u, int *status);
+       char *a3_curl_http_get (const char *u, int *status);
 }
 
 #endif /* __gtk_ardour_video_utils_h__ */