X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/53a9d8fb94c67581d0d97f723c63e674ab94143e..c0f167f5d9bc5a420059a36f0bdaae8ec50e75cc:/lib/dvb/decoder.h diff --git a/lib/dvb/decoder.h b/lib/dvb/decoder.h index 2c47834a..cd59b3d9 100644 --- a/lib/dvb/decoder.h +++ b/lib/dvb/decoder.h @@ -40,7 +40,9 @@ DECLARE_REF(eDVBVideo); private: ePtr m_demux; int m_fd, m_fd_demux, m_dev; - +#if HAVE_DVB_API_VERSION < 3 + m_fd_video; +#endif int m_is_slow_motion, m_is_fast_forward, m_is_freezed; eSocketNotifier *m_sn; void video_event(int what);