diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-05-20 19:41:31 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-05-20 19:41:31 +0000 |
| commit | 4c1d83d373b4a0737da668945d1ddb3278b6c3b7 (patch) | |
| tree | b03235e5b74eacfe2092ba1b62493ecb2c7a903e /lib/dvb/Makefile.am | |
| parent | 1eb32db73e712e251ca1c52654649a3afc364dde (diff) | |
| download | enigma2-4c1d83d373b4a0737da668945d1ddb3278b6c3b7.tar.gz enigma2-4c1d83d373b4a0737da668945d1ddb3278b6c3b7.zip | |
work on rotor support, add usals stuff (rotor stuff not completed yet),
only send diseqc when needed
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 41ce1748..2a1402bb 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 -
\ No newline at end of file + sec.cpp scan.cpp crc32.cpp pmt.cpp decoder.cpp eit.cpp rotor_calc.cpp + |
