summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/rc_configuration_vars.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-19 02:42:52 +0100
committerRobin Gareus <robin@gareus.org>2018-11-19 03:18:48 +0100
commit4c6ff5f7e7ba8509259021e4ac9176224edd6036 (patch)
tree7ae3fc8426be6707ce6e772baae8da95adfa27e0 /libs/ardour/ardour/rc_configuration_vars.h
parent103ef2ba08e59c21f84899450f04a062ac60334e (diff)
Move video-tool paths to libardour (1/2)
This is in preparation to allow calling ffmpeg, or similar (sox, lame,..) directly from libardour.
Diffstat (limited to 'libs/ardour/ardour/rc_configuration_vars.h')
-rw-r--r--libs/ardour/ardour/rc_configuration_vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h
index 365b546eb3..eaeacc9793 100644
--- a/libs/ardour/ardour/rc_configuration_vars.h
+++ b/libs/ardour/ardour/rc_configuration_vars.h
@@ -269,6 +269,7 @@ CONFIG_VARIABLE (std::string, updates_url, "updates-url", "http://ardour.org/wha
CONFIG_VARIABLE (std::string, donate_url, "donate-url", "http://ardour.org/donate")
/* video timeline configuration */
+CONFIG_VARIABLE (std::string, xjadeo_binary, "xjadeo-binary", "")
CONFIG_VARIABLE (bool, video_advanced_setup, "video-advanced-setup", false)
CONFIG_VARIABLE (std::string, video_server_url, "video-server-url", "http://127.0.0.1:1554")
#ifndef PLATFORM_WINDOWS