From 54ab3fb37e15f94fcc611f58f1af3df2b3b62c05 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 10 Aug 2015 00:35:24 +0200 Subject: Disable video-export metadata on windows (for now) Quote escaping metadata currently breaks export. --- gtk2_ardour/export_video_dialog.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/export_video_dialog.cc') diff --git a/gtk2_ardour/export_video_dialog.cc b/gtk2_ardour/export_video_dialog.cc index 13f1f8fe4d..c497933e4b 100644 --- a/gtk2_ardour/export_video_dialog.cc +++ b/gtk2_ardour/export_video_dialog.cc @@ -195,7 +195,9 @@ ExportVideoDialog::ExportVideoDialog () t->attach (aspect_combo, 3, 4, ty, ty+1); ty++; t->attach (bframes_checkbox, 0, 2, ty, ty+1); t->attach (deinterlace_checkbox, 2, 4, ty, ty+1); ty++; +#ifndef PLATFORM_WINDOWS t->attach (meta_checkbox, 2, 4, ty, ty+1); ty++; +#endif t->attach (optimizations_checkbox, 0, 1, ty, ty+1); t->attach (optimizations_label, 1, 4, ty, ty+1); ty++; #if 1 /* tentative debug mode */ -- cgit v1.2.3