dedicated namespace for video-utils

conflicting symbol prophylaxis
This commit is contained in:
Robin Gareus 2013-08-03 16:54:57 +02:00 committed by Paul Davis
parent 520b09e82a
commit b5845ea458
9 changed files with 35 additions and 24 deletions

View file

@ -32,6 +32,8 @@
#include "ardour/template_utils.h"
#include "ardour_dialog.h"
namespace VideoUtils {
bool confirm_video_outfn (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);
@ -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__ */