diff options
Diffstat (limited to 'lib/dvb/decoder.h')
| -rw-r--r-- | lib/dvb/decoder.h | 4 |
1 files changed, 3 insertions, 1 deletions
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<eDVBDemux> 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); |
