From 8d8294b4b354436adde202604fffb55c181d686c Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 30 Sep 2005 19:32:54 +0000 Subject: use libdvbsi++ from tuxbox-cvs, please add http://ghost.dream-multimedia-tv.de/libdvbsi++.bb to your bitbake/openembedded/packages/tuxbox directory and exectute "bitbake -b ../openembedded/packages/tuxbox/libdvbsi++.bb" then install the libdvbsi++...ipk --- lib/dvb/dvbtime.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/dvb/dvbtime.cpp') diff --git a/lib/dvb/dvbtime.cpp b/lib/dvb/dvbtime.cpp index 795b5242..82ceffd5 100644 --- a/lib/dvb/dvbtime.cpp +++ b/lib/dvb/dvbtime.cpp @@ -97,10 +97,10 @@ void TDT::start() if ( chan ) { eDVBTableSpec spec; - spec.pid = TimeAndDateTable::PID; - spec.tid = TimeAndDateTable::TID; + spec.pid = TimeAndDateSection::PID; + spec.tid = TimeAndDateSection::TID; spec.tid_mask = 0xFC; - spec.timeout = TimeAndDateTable::TIMEOUT; + spec.timeout = TimeAndDateSection::TIMEOUT; spec.flags= eDVBTableSpec::tfAnyVersion | eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfHaveTIDMask | -- cgit v1.2.3