summaryrefslogtreecommitdiff
path: root/gtk2_ardour/transcode_ffmpeg.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-02-19 03:38:43 +0100
committerRobin Gareus <robin@gareus.org>2014-02-19 03:38:43 +0100
commit1d39cf754355805d2281232905808670e32f7d6e (patch)
treeb7c8c1bf7e719c2733ebf592ee79ed7fe06440f3 /gtk2_ardour/transcode_ffmpeg.h
parent05d7947795593bb5de348412acc5741052e8e3f9 (diff)
move SystemExec to libpbd
Diffstat (limited to 'gtk2_ardour/transcode_ffmpeg.h')
-rw-r--r--gtk2_ardour/transcode_ffmpeg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/transcode_ffmpeg.h b/gtk2_ardour/transcode_ffmpeg.h
index 61267ac853..3d794ee880 100644
--- a/gtk2_ardour/transcode_ffmpeg.h
+++ b/gtk2_ardour/transcode_ffmpeg.h
@@ -21,8 +21,8 @@
#define __ardour_transcode_ffmpeg_h__
#include <string>
+#include "pbd/system_exec.h"
#include "ardour/types.h"
-#include "system_exec.h"
/** @class TranscodeFfmpeg
@@ -128,7 +128,7 @@ class TranscodeFfmpeg : public sigc::trackable
#endif
protected:
std::string infile;
- SystemExec *ffcmd;
+ PBD::SystemExec *ffcmd;
bool probe ();