From bbd7b2aeea5d8c1a260ce4b43b5c360e793d369a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 10 Jan 2017 22:38:43 +0100 Subject: Prepare for windows video support on all drive-letters. * add harvid version detection (>= 0.8.2 is needed) * special case empty docroot (for windows, pass drive-letter) --- gtk2_ardour/video_timeline.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/video_timeline.h') diff --git a/gtk2_ardour/video_timeline.h b/gtk2_ardour/video_timeline.h index 5a1bceb258..03aaa902d8 100644 --- a/gtk2_ardour/video_timeline.h +++ b/gtk2_ardour/video_timeline.h @@ -107,6 +107,7 @@ class VideoTimeLine : public sigc::trackable, public ARDOUR::SessionHandlePtr, p std::string _xjadeo_bin; void find_xjadeo (); + void find_harvid (); ARDOUR::frameoffset_t video_start_offset; /**< unit: audio-samples - video-file */ @@ -124,7 +125,9 @@ class VideoTimeLine : public sigc::trackable, public ARDOUR::SessionHandlePtr, p std::string server_docroot; void xjadeo_readversion (std::string d, size_t s); + void harvid_readversion (std::string d, size_t s); std::string xjadeo_version; + std::string harvid_version; typedef std::list VideoFrames; VideoFrames video_frames; -- cgit v1.2.3