From a04246a74ef9c5ecce214e96078451cc48d45d18 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara <vittorio.giovara@gmail.com> Date: Fri, 4 Jul 2014 15:58:07 -0400 Subject: [PATCH] videomanager: add missing configure check Refs: #46762 --- daemon/src/client/videomanager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/src/client/videomanager.h b/daemon/src/client/videomanager.h index ef0787ebed..3865bde8c0 100644 --- a/daemon/src/client/videomanager.h +++ b/daemon/src/client/videomanager.h @@ -110,7 +110,9 @@ class VideoManager void stoppedDecoding(const std::string &id, const std::string& shmPath, bool isMixer); private: +#ifdef SFL_VIDEO struct sflph_video_ev_handlers evHandlers_; +#endif }; #endif // VIDEOMANAGER_H_ -- GitLab