mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 01:26:31 +01:00
OSX use xjadeo directly (no IPC indirection)
This commit is contained in:
parent
b0405c3c2c
commit
ec4eb85cb9
1 changed files with 4 additions and 4 deletions
|
|
@ -115,11 +115,11 @@ ArdourVideoToolPaths::xjadeo_exe (std::string &xjadeo_exe)
|
||||||
xjadeo_exe = xjadeo_file_path;
|
xjadeo_exe = xjadeo_file_path;
|
||||||
}
|
}
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
else if (Glib::file_test(X_("/Applications/Xjadeo.app/Contents/MacOS/xjremote"), Glib::FILE_TEST_EXISTS|Glib::FILE_TEST_IS_EXECUTABLE)) {
|
else if (Glib::file_test(X_("/Applications/Xjadeo.app/Contents/MacOS/xjadeo"), Glib::FILE_TEST_EXISTS|Glib::FILE_TEST_IS_EXECUTABLE)) {
|
||||||
xjadeo_exe = X_("/Applications/Xjadeo.app/Contents/MacOS/xjremote");
|
xjadeo_exe = X_("/Applications/Xjadeo.app/Contents/MacOS/xjadeo");
|
||||||
}
|
}
|
||||||
else if (Glib::file_test(X_("/Applications/Jadeo.app/Contents/MacOS/xjremote"), Glib::FILE_TEST_EXISTS|Glib::FILE_TEST_IS_EXECUTABLE)) {
|
else if (Glib::file_test(X_("/Applications/Jadeo.app/Contents/MacOS/Jadeo-bin"), Glib::FILE_TEST_EXISTS|Glib::FILE_TEST_IS_EXECUTABLE)) {
|
||||||
xjadeo_exe = X_("/Applications/Jadeo.app/Contents/MacOS/xjremote");
|
xjadeo_exe = X_("/Applications/Jadeo.app/Contents/MacOS/Jadeo-bin");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef PLATFORM_WINDOWS
|
#ifdef PLATFORM_WINDOWS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue