aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config.h.in
AgeCommit message (Collapse)AuthorFilesLines
2012-09-30add support for MSi2500 based DVB-T dongles through libmirisdrDimitri Stolnikov1-0/+1
this has been tested with analog modes only and still has to be verified with the usual digital modes for proper implementation.
2012-05-05rtl_tcp: add initial component filesDimitri Stolnikov1-0/+1
For use with the rtl_tcp utility acting as a spectrum server. The "empty" rtl_tcp= device hint might be used to connect to rtl_tcp running on local machine.
2012-04-29file: initial file source supportDimitri Stolnikov1-0/+1
Example: file=/path/to/file.ext,freq=428e6,rate=1e6,repeat=true,throttle=true
2012-04-26update build system to check for component dependenciesDimitri Stolnikov1-0/+9
this will only enable components if the dependencies were met.