mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
Move system_exec from gtk2_ardour/ to libs/pbd/
Conflicts: gtk2_ardour/ardour_ui.cc gtk2_ardour/transcode_ffmpeg.h gtk2_ardour/video_monitor.h libs/pbd/system_exec.cc
This commit is contained in:
parent
17b0f6d336
commit
f74ab3f21f
4 changed files with 4 additions and 3 deletions
|
|
@ -52,6 +52,7 @@
|
||||||
#include "pbd/openuri.h"
|
#include "pbd/openuri.h"
|
||||||
#include "pbd/file_utils.h"
|
#include "pbd/file_utils.h"
|
||||||
#include "pbd/localtime_r.h"
|
#include "pbd/localtime_r.h"
|
||||||
|
#include "pbd/system_exec.h"
|
||||||
|
|
||||||
#include "gtkmm2ext/application.h"
|
#include "gtkmm2ext/application.h"
|
||||||
#include "gtkmm2ext/bindings.h"
|
#include "gtkmm2ext/bindings.h"
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "ardour/system_exec.h"
|
#include "ardour/system_exec.h"
|
||||||
#include "ardour/types.h"
|
#include "ardour/types.h"
|
||||||
|
#include "pbd/system_exec.h"
|
||||||
|
|
||||||
|
|
||||||
/** @class TranscodeFfmpeg
|
/** @class TranscodeFfmpeg
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@
|
||||||
#include "ardour/types.h"
|
#include "ardour/types.h"
|
||||||
#include "ardour/session.h"
|
#include "ardour/session.h"
|
||||||
#include "ardour/session_handle.h"
|
#include "ardour/session_handle.h"
|
||||||
#include "ardour/system_exec.h"
|
|
||||||
|
#include "pbd/system_exec.h"
|
||||||
|
|
||||||
namespace ARDOUR {
|
namespace ARDOUR {
|
||||||
class Session;
|
class Session;
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define USE_VFORK
|
|
||||||
|
|
||||||
#include "pbd/system_exec.h"
|
#include "pbd/system_exec.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue