Skip to content
Snippets Groups Projects
Commit a04246a7 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

videomanager: add missing configure check

Refs: #46762
parent 4465e9b3
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,9 @@ class VideoManager ...@@ -110,7 +110,9 @@ class VideoManager
void stoppedDecoding(const std::string &id, const std::string& shmPath, bool isMixer); void stoppedDecoding(const std::string &id, const std::string& shmPath, bool isMixer);
private: private:
#ifdef SFL_VIDEO
struct sflph_video_ev_handlers evHandlers_; struct sflph_video_ev_handlers evHandlers_;
#endif
}; };
#endif // VIDEOMANAGER_H_ #endif // VIDEOMANAGER_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment