rework SystemExec - use vfork wrapper (and lots of related stuff)

This commit is contained in:
Robin Gareus 2014-03-13 16:50:44 +01:00
parent f48b556888
commit 543099afba
16 changed files with 240 additions and 40 deletions

View file

@ -21,7 +21,7 @@
#define __ardour_transcode_ffmpeg_h__
#include <string>
#include "pbd/system_exec.h"
#include "ardour/system_exec.h"
#include "ardour/types.h"
@ -128,7 +128,7 @@ class TranscodeFfmpeg : public sigc::trackable
#endif
protected:
std::string infile;
PBD::SystemExec *ffcmd;
ARDOUR::SystemExec *ffcmd;
bool probe ();