summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-29 12:20:09 +0100
committerRobin Gareus <robin@gareus.org>2013-03-29 12:36:14 +0100
commitdaec8e44d52116d8841cf08954b930142c8dc495 (patch)
treea423c66a1f8667ca69d6fffc01fda27dff800c85 /gtk2_ardour/wscript
parent47ee22d91dbfa35b45c7cef8b825b4a7685c71c8 (diff)
vtl: rework import workflow
- do not allow to simply copy the video file - decision to transcode or just reference is made in "transcode dialog" not during file-selection. Only there the actual codec is known and can be judged to be suitable for direct reference - simplify "transcode dialog" - no more buttons for specific actions, drop-down select actions. - increase minimum bitrate for imported file to 500kbit/s
Diffstat (limited to 'gtk2_ardour/wscript')
-rw-r--r--gtk2_ardour/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index b043bc96ec..5beeebb74d 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -429,7 +429,6 @@ def build(bld):
'transcode_ffmpeg.cc',
'transcode_video_dialog.cc',
'video_server_dialog.cc',
- 'video_copy_dialog.cc',
'utils_videotl.cc',
'export_video_dialog.cc',
'export_video_infobox.cc'