summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/filesystem_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/filesystem_paths.h')
-rw-r--r--libs/ardour/ardour/filesystem_paths.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/ardour/ardour/filesystem_paths.h b/libs/ardour/ardour/filesystem_paths.h
index 8e291dce97..65cd32f012 100644
--- a/libs/ardour/ardour/filesystem_paths.h
+++ b/libs/ardour/ardour/filesystem_paths.h
@@ -86,6 +86,14 @@ namespace ARDOUR {
*/
LIBARDOUR_API std::string windows_package_directory_path ();
#endif
+
+ namespace ArdourVideoToolPaths {
+
+ LIBARDOUR_API bool harvid_exe (std::string &harvid_exe);
+ LIBARDOUR_API bool xjadeo_exe (std::string &xjadeo_exe);
+ LIBARDOUR_API bool transcoder_exe (std::string &ffmpeg_exe, std::string &ffprobe_exe);
+ };
+
} // namespace ARDOUR
#endif