diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-06-30 14:52:13 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-06-30 14:52:13 +0000 |
| commit | a33ff213255db7f59090f70235ec06c502e2a2ce (patch) | |
| tree | c8d42ff6b5002bd0f4575a20ce3c294b08c7139d /lib/dvb/Makefile.am | |
| parent | 62b8a649fcae500c983215fac2e5202916c0195f (diff) | |
| download | enigma2-a33ff213255db7f59090f70235ec06c502e2a2ce.tar.gz enigma2-a33ff213255db7f59090f70235ec06c502e2a2ce.zip | |
add dvb time handling with transponder time correction algo.. this use a rtc, when avail, mainloop changes for set linux time
Diffstat (limited to 'lib/dvb/Makefile.am')
| -rw-r--r-- | lib/dvb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/Makefile.am b/lib/dvb/Makefile.am index 2a1402bb..857f5001 100644 --- a/lib/dvb/Makefile.am +++ b/lib/dvb/Makefile.am @@ -4,5 +4,5 @@ INCLUDES = \ noinst_LIBRARIES = libenigma_dvb.a libenigma_dvb_a_SOURCES = dvb.cpp demux.cpp frontend.cpp esection.cpp db.cpp \ - sec.cpp scan.cpp crc32.cpp pmt.cpp decoder.cpp eit.cpp rotor_calc.cpp - + sec.cpp scan.cpp crc32.cpp pmt.cpp decoder.cpp eit.cpp rotor_calc.cpp \ + epgcache.cpp dvbtime.cpp |
