From d1e7a5bd1cff938caf2bef27685a8e839aa83ee7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 11 Jan 2017 03:55:04 +0100 Subject: Windows/Videotimeline: support all drives (no fixed docroot/drive-letter) --- gtk2_ardour/ardour_ui.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/ardour_ui.cc') diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 7ec4d6def7..9e63c6cb76 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -4423,6 +4423,11 @@ ARDOUR_UI::start_video_server (Gtk::Window* float_window, bool popup_msg) argp[8] = 0; stop_video_server(); +#ifdef PLATFORM_WINDOWS + if (VideoUtils::harvid_version >= 0x000802 && icsd_docroot.empty()) { + /* OK, allow all drive letters */ + } else +#endif if (icsd_docroot == X_("/") || icsd_docroot == X_("C:\\")) { Config->set_video_advanced_setup(false); } else { -- cgit v1.2.3