summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-08-10 22:02:01 +0200
committerRobin Gareus <robin@gareus.org>2015-08-10 22:02:01 +0200
commit460a06380cfab538854e054f861ed595cc579909 (patch)
tree3847c6d64bac4e25116df9b3e0df2f8eb362fac1 /gtk2_ardour/export_video_dialog.cc
parentf83327fecbb9474b7a905b7802e45b36edc65c86 (diff)
Revert "Disable video-export metadata on windows (for now)"
This reverts commit 54ab3fb37e15f94fcc611f58f1af3df2b3b62c05.
Diffstat (limited to 'gtk2_ardour/export_video_dialog.cc')
-rw-r--r--gtk2_ardour/export_video_dialog.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/export_video_dialog.cc b/gtk2_ardour/export_video_dialog.cc
index c497933e4b..13f1f8fe4d 100644
--- a/gtk2_ardour/export_video_dialog.cc
+++ b/gtk2_ardour/export_video_dialog.cc
@@ -195,9 +195,7 @@ 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 */