X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Futils_videotl.h;h=7315a7254056787c496fc9e980555148f7239323;hb=42441d322dad401c5dda3e71198123163fad6f72;hp=89daadc40e380cb07b741b41866562a594996a73;hpb=006e3575be4b70d3fc920df009f3cae0a05c19f2;p=ardour.git diff --git a/gtk2_ardour/utils_videotl.h b/gtk2_ardour/utils_videotl.h index 89daadc40e..7315a72540 100644 --- a/gtk2_ardour/utils_videotl.h +++ b/gtk2_ardour/utils_videotl.h @@ -32,7 +32,11 @@ #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); @@ -52,9 +56,6 @@ bool video_query_info ( double &video_start_offset, double &video_aspect_ratio ); - -extern "C" { - char *curl_http_get (const char *u, int *status); -} +}; #endif /* __gtk_ardour_video_utils_h__ */