summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_timeline.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-06 22:35:05 +0200
committerRobin Gareus <robin@gareus.org>2014-06-07 17:28:46 +0200
commit436eecbb3c0f8cf7265a8835ae07a7d1586fc577 (patch)
treecd699aea34dc8bcbd2be9df4188d7835e76f2a35 /gtk2_ardour/video_timeline.h
parent889f62328b731d33da62d8148b1a785afd38645b (diff)
check for xjadeo/xjremote >= 0.7.7
Diffstat (limited to 'gtk2_ardour/video_timeline.h')
-rw-r--r--gtk2_ardour/video_timeline.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/video_timeline.h b/gtk2_ardour/video_timeline.h
index dd61d2ef73..f84e613cc8 100644
--- a/gtk2_ardour/video_timeline.h
+++ b/gtk2_ardour/video_timeline.h
@@ -123,6 +123,9 @@ class VideoTimeLine : public sigc::trackable, public ARDOUR::SessionHandlePtr, p
std::string video_server_url;
std::string server_docroot;
+ void xjadeo_readversion (std::string d, size_t s);
+ std::string xjadeo_version;
+
typedef std::list<VideoImageFrame*> VideoFrames;
VideoFrames video_frames;
VideoImageFrame *get_video_frame (framepos_t vfn, int cut=0, int rightend = -1);