mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
rework SystemExec - use vfork wrapper (and lots of related stuff)
This commit is contained in:
parent
f48b556888
commit
543099afba
16 changed files with 240 additions and 40 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue