rework SystemExec - use vfork wrapper (and lots of related stuff)
authorRobin Gareus <robin@gareus.org>
Thu, 13 Mar 2014 15:50:44 +0000 (16:50 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 13 Mar 2014 15:58:07 +0000 (16:58 +0100)
commit543099afbafe83a0bb334f2a016c0d849fe2ca47
tree21798ed902efe449dd329c556280fb5247a9be91
parentf48b5568883468e70a751ec1aa934e5a55bb7705
rework SystemExec - use vfork wrapper (and lots of related stuff)
17 files changed:
gtk2_ardour/ardour_ui.cc
gtk2_ardour/ardour_ui.h
gtk2_ardour/transcode_ffmpeg.cc
gtk2_ardour/transcode_ffmpeg.h
gtk2_ardour/video_monitor.cc
gtk2_ardour/video_monitor.h
libs/ardour/ardour/system_exec.h [new file with mode: 0644]
libs/ardour/system_exec.cc [new file with mode: 0644]
libs/ardour/vst_info_file.cc
libs/ardour/wscript
libs/pbd/pbd/system_exec.h
libs/pbd/system_exec.cc
libs/vfork/README [new file with mode: 0644]
libs/vfork/exec_wrapper.c [new file with mode: 0644]
libs/vfork/wscript [new file with mode: 0644]
tools/exec_wrapper.c [deleted file]
wscript