diff --git a/daemon/src/client/videomanager.h b/daemon/src/client/videomanager.h
index ef0787ebed7df0a4e4efb1af66e087a34a982cd2..3865bde8c07548a2389bc613d80f21f8455a723f 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_