French translation update - fixes
[ardour.git] / gtk2_ardour / utils_videotl.h
index 08ab429e4cd4b178928194cc84598c11737890cb..40425fc5e8e6c25e659a337157b7edb2cf2c09ac 100644 (file)
@@ -17,7 +17,6 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
-#ifdef WITH_VIDEOTIMELINE
 /** @file utils_videotl.h
  *  @brief common functions used for video-file im/export
  */
@@ -33,7 +32,9 @@
 #include "ardour/template_utils.h"
 #include "ardour_dialog.h"
 
-bool confirm_video_outfn (std::string, std::string docroot="");
+namespace VideoUtils {
+
+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);
@@ -53,7 +54,6 @@ bool video_query_info (
                double &video_start_offset,
                double &video_aspect_ratio
                );
+};
 
 #endif /* __gtk_ardour_video_utils_h__ */
-
-#endif /* WITH_VIDEOTIMELINE */