mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
dedicated namespace for video-utils
conflicting symbol prophylaxis
This commit is contained in:
parent
520b09e82a
commit
b5845ea458
9 changed files with 35 additions and 24 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue