GUI options to select FLAC as media format
[ardour.git] / gtk2_ardour / utils_videotl.h
index 7f6f6052af0ec9500eb89cea93c5f57bd7adba42..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,7 +33,9 @@
 
 namespace VideoUtils {
 
-bool confirm_video_outfn (std::string, std::string docroot="");
+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);
@@ -56,8 +57,4 @@ bool video_query_info (
                );
 };
 
-extern "C" {
-       char *a3_curl_http_get (const char *u, int *status);
-}
-
 #endif /* __gtk_ardour_video_utils_h__ */